Back to Browse

P4plan MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

JWT bearer token for the P4 Plan GraphQL API. Forwarded as Authorization on every tool call.Required

Environment variable: P4PLAN_API_AUTH_TOKEN

URL of the P4 Plan GraphQL API (default: http://localhost:4000).Optional

Environment variable: P4PLAN_API_URL

Set to 'true' to accept self-signed TLS certificates from the GraphQL API. Default: false.Optional

Environment variable: P4PLAN_ALLOW_SELF_SIGNED_CERTS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-perforce-p4plan-mcp": {
      "env": {
        "P4PLAN_API_URL": "your-p4plan-api-url-here",
        "P4PLAN_API_AUTH_TOKEN": "your-p4plan-api-auth-token-here",
        "P4PLAN_ALLOW_SELF_SIGNED_CERTS": "your-p4plan-allow-self-signed-certs-here"
      },
      "args": [
        "-y",
        "@perforce/p4plan-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!