P4plan MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 12 May 2026.
MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add p4plan-mcp -- npx -y @perforce/p4plan-mcp
{
"mcpServers": {
"p4plan-mcp": {
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.p4plan-mcp]
command = "npx"
args = ["-y", "@perforce/p4plan-mcp"]
{
"mcpServers": {
"p4plan-mcp": {
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"p4plan-mcp": {
"args": [
"-y",
"@perforce/p4plan-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.