Perforce P4 MCP Server
Rank #2,439io.github.perforce/p4mcp-server
Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.
Perforce P4 MCP Server is a Model Context Protocol (MCP) server published by perforce. It ranks #2,439 of 115,460 servers tracked on MCP Toplist, and its repository has 115 GitHub stars. Perforce P4 MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Sep 19, 2025 and most recently updated on Apr 27, 2026.
Ranks ahead of 113,021 of 115,460 servers on MCP Toplist.
Use Perforce P4 MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add p4mcp-server -e "P4PORT=<your P4PORT>" -e "P4USER=<your P4USER>" -e "P4CLIENT=<your P4CLIENT>" -e "P4PASSWD=<your P4PASSWD>" -- docker run -i --rm ghcr.io/perforce/p4mcp-server:2026.1.2933350Replace each placeholder with your own value before saving.
[mcp_servers.p4mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/perforce/p4mcp-server:2026.1.2933350"]
[mcp_servers.p4mcp-server.env]
P4PORT = "<your P4PORT>"
P4USER = "<your P4USER>"
P4CLIENT = "<your P4CLIENT>"
P4PASSWD = "<your P4PASSWD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/perforce/p4mcp-server:2026.1.2933350"
],
"env": {
"P4PORT": "<your P4PORT>",
"P4USER": "<your P4USER>",
"P4CLIENT": "<your P4CLIENT>",
"P4PASSWD": "<your P4PASSWD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/perforce/p4mcp-server:2026.1.2933350"
],
"env": {
"P4PORT": "<your P4PORT>",
"P4USER": "<your P4USER>",
"P4CLIENT": "<your P4CLIENT>",
"P4PASSWD": "<your P4PASSWD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"p4mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/perforce/p4mcp-server:2026.1.2933350"
],
"env": {
"P4PORT": "<your P4PORT>",
"P4USER": "<your P4USER>",
"P4CLIENT": "<your P4CLIENT>",
"P4PASSWD": "<your P4PASSWD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/perforce/p4mcp-server:2026.1.2933350"
],
"env": {
"P4PORT": "<your P4PORT>",
"P4USER": "<your P4USER>",
"P4CLIENT": "<your P4CLIENT>",
"P4PASSWD": "<your P4PASSWD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"p4mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/perforce/p4mcp-server:2026.1.2933350"
],
"env": {
"P4PORT": "<your P4PORT>",
"P4USER": "<your P4USER>",
"P4CLIENT": "<your P4CLIENT>",
"P4PASSWD": "<your P4PASSWD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.perforce%2Fp4mcp-server)<a href="https://mcptoplist.com/server/io.github.perforce%2Fp4mcp-server"><img src="https://mcptoplist.com/badge/io.github.perforce%2Fp4mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (1 delisted)
perforce
Other servers by perforce
View all perforce servers →Available versions (3)
| Version | Published |
|---|---|
| 2026.1.2933350 | Apr 27, 2026 |
| 2025.1.2830393 | Dec 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Perforce P4 MCP Server?
- Perforce P4 MCP Server is maintained by perforce, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Perforce P4 MCP Server listed on the Official MCP Registry?
- Yes — Perforce P4 MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Perforce P4 MCP Server have?
- MCP Toplist tracks 3 versions of Perforce P4 MCP Server, most recently published on Apr 27, 2026.
- Where can I find the source code for Perforce P4 MCP Server?
- The source code for Perforce P4 MCP Server is hosted at github.com/perforce/p4mcp-server.