Skip to content
Grok

p4plan mcp for Grok

io.github.perforce/p4plan-mcp

MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.

client:Grok transport:stdio runtime:npm

Install p4plan mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "p4plan-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@perforce/p4plan-mcp"
      ],
      "env": {
        "P4PLAN_API_AUTH_TOKEN": "<P4PLAN_API_AUTH_TOKEN>",
        "P4PLAN_API_URL": "<P4PLAN_API_URL>",
        "P4PLAN_ALLOW_SELF_SIGNED_CERTS": "<P4PLAN_ALLOW_SELF_SIGNED_CERTS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

p4plan mcp in other clients