P4 Plan MCP Server
Rank #30,086io.github.perforce/p4plan-mcp
MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.
P4 Plan MCP Server is a Model Context Protocol (MCP) server published by perforce. It ranks #30,086 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. P4 Plan MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Mar 27, 2026 and most recently updated on May 18, 2026.
Ranks ahead of 85,374 of 115,460 servers on MCP Toplist.
Use P4 Plan MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add p4plan-mcp -e "P4PLAN_API_AUTH_TOKEN=<your P4PLAN_API_AUTH_TOKEN>" -e "P4PLAN_API_URL=<your P4PLAN_API_URL>" -e "P4PLAN_ALLOW_SELF_SIGNED_CERTS=<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>" -- npx -y @perforce/p4plan-mcpReplace each placeholder with your own value before saving.
claude mcp add p4plan-mcp -e "P4PLAN_API_AUTH_TOKEN=<your P4PLAN_API_AUTH_TOKEN>" -e "P4PLAN_API_URL=<your P4PLAN_API_URL>" -e "P4PLAN_ALLOW_SELF_SIGNED_CERTS=<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>" -- docker run -i --rm docker.io/perforce/p4plan-mcp:2026.2.1Replace each placeholder with your own value before saving.
[mcp_servers.p4plan-mcp]
command = "npx"
args = ["-y", "@perforce/p4plan-mcp"]
[mcp_servers.p4plan-mcp.env]
P4PLAN_API_AUTH_TOKEN = "<your P4PLAN_API_AUTH_TOKEN>"
P4PLAN_API_URL = "<your P4PLAN_API_URL>"
P4PLAN_ALLOW_SELF_SIGNED_CERTS = "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.p4plan-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/perforce/p4plan-mcp:2026.2.1"]
[mcp_servers.p4plan-mcp.env]
P4PLAN_API_AUTH_TOKEN = "<your P4PLAN_API_AUTH_TOKEN>"
P4PLAN_API_URL = "<your P4PLAN_API_URL>"
P4PLAN_ALLOW_SELF_SIGNED_CERTS = "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4plan-mcp": {
"command": "npx",
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4plan-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/perforce/p4plan-mcp:2026.2.1"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4plan-mcp": {
"command": "npx",
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4plan-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/perforce/p4plan-mcp:2026.2.1"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"p4plan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"p4plan-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/perforce/p4plan-mcp:2026.2.1"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4plan-mcp": {
"command": "npx",
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4plan-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/perforce/p4plan-mcp:2026.2.1"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4plan-mcp": {
"command": "npx",
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4plan-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/perforce/p4plan-mcp:2026.2.1"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "<your P4PLAN_API_AUTH_TOKEN>",
"P4PLAN_API_URL": "<your P4PLAN_API_URL>",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<your P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.perforce%2Fp4plan-mcp)<a href="https://mcptoplist.com/server/io.github.perforce%2Fp4plan-mcp"><img src="https://mcptoplist.com/badge/io.github.perforce%2Fp4plan-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
perforce
Other servers by perforce
View all perforce servers →Available versions (1)
| Version | Published |
|---|---|
| 2026.2.1 | May 18, 2026 |
Frequently asked questions
- Who maintains P4 Plan MCP Server?
- P4 Plan MCP Server is maintained by perforce, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is P4 Plan MCP Server listed on the Official MCP Registry?
- Yes — P4 Plan MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does P4 Plan MCP Server have?
- MCP Toplist tracks 1 version of P4 Plan MCP Server, most recently published on May 18, 2026.
- Where can I find the source code for P4 Plan MCP Server?
- The source code for P4 Plan MCP Server is hosted at github.com/perforce/p4plan-mcp.git.