p4plan-mcp
About
MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
P4PLAN_API_AUTH_TOKEN P4PLAN_API_URL P4PLAN_ALLOW_SELF_SIGNED_CERTSClaude Code
claude mcp add --env P4PLAN_API_AUTH_TOKEN= --env P4PLAN_API_URL= --env P4PLAN_ALLOW_SELF_SIGNED_CERTS= p4plan-mcp -- npx @perforce/p4plan-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"p4plan-mcp","command":"npx","args":["@perforce/p4plan-mcp"],"env":{"P4PLAN_API_AUTH_TOKEN":"","P4PLAN_API_URL":"","P4PLAN_ALLOW_SELF_SIGNED_CERTS":""}}'
JSON
{
"mcpServers": {
"p4plan-mcp": {
"command": "npx",
"args": [
"@perforce/p4plan-mcp"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "",
"P4PLAN_API_URL": "",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.