Skip to content
Cline

p4plan mcp for Cline

io.github.perforce/p4plan-mcp

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

client:Cline transport:stdio runtime:npm

Install p4plan mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "p4plan-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

p4plan mcp in other clients