Loading MCP server directory, please wait...
MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.
npx @getmcp/cli add io.github.perforce/p4plan-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
P4PLAN_API_AUTH_TOKENJWT bearer token for the P4 Plan GraphQL API. Forwarded as Authorization on every tool call.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.perforce/p4plan-mcp": {
"command": "npx",
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"env": {
"P4PLAN_API_AUTH_TOKEN": "",
"P4PLAN_API_URL": "",
"P4PLAN_ALLOW_SELF_SIGNED_CERTS": ""
}
}
}
}