Perforce P4 MCP Server for Claude Desktop
io.github.perforce/p4mcp-server
Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.
client:Claude Desktop
transport:stdio
runtime:oci
Install Perforce P4 MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"p4mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/perforce/p4mcp-server:2026.3.2996147"
],
"env": {
"P4PORT": "<P4PORT>",
"P4USER": "<P4USER>",
"P4CLIENT": "<P4CLIENT>",
"P4PASSWD": "<P4PASSWD>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs