Pcp
Rank #26,504io.github.major/pcp
MCP server providing pcp capabilities
Pcp is a Model Context Protocol (MCP) server published by major. It ranks #26,504 of 115,591 servers tracked on MCP Toplist. Pcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jan 18, 2026 and most recently updated on Mar 26, 2026.
Ranks ahead of 89,087 of 115,591 servers on MCP Toplist.
Use Pcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pcp -e "PCP_HOST=<your PCP_HOST>" -e "PCP_PORT=<your PCP_PORT>" -e "PCP_TARGET_HOST=<your PCP_TARGET_HOST>" -- uvx pcp-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pcp]
command = "uvx"
args = ["pcp-mcp"]
[mcp_servers.pcp.env]
PCP_HOST = "<your PCP_HOST>"
PCP_PORT = "<your PCP_PORT>"
PCP_TARGET_HOST = "<your PCP_TARGET_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pcp": {
"command": "uvx",
"args": [
"pcp-mcp"
],
"env": {
"PCP_HOST": "<your PCP_HOST>",
"PCP_PORT": "<your PCP_PORT>",
"PCP_TARGET_HOST": "<your PCP_TARGET_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pcp": {
"command": "uvx",
"args": [
"pcp-mcp"
],
"env": {
"PCP_HOST": "<your PCP_HOST>",
"PCP_PORT": "<your PCP_PORT>",
"PCP_TARGET_HOST": "<your PCP_TARGET_HOST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pcp-mcp"
],
"env": {
"PCP_HOST": "<your PCP_HOST>",
"PCP_PORT": "<your PCP_PORT>",
"PCP_TARGET_HOST": "<your PCP_TARGET_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pcp": {
"command": "uvx",
"args": [
"pcp-mcp"
],
"env": {
"PCP_HOST": "<your PCP_HOST>",
"PCP_PORT": "<your PCP_PORT>",
"PCP_TARGET_HOST": "<your PCP_TARGET_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pcp": {
"command": "uvx",
"args": [
"pcp-mcp"
],
"env": {
"PCP_HOST": "<your PCP_HOST>",
"PCP_PORT": "<your PCP_PORT>",
"PCP_TARGET_HOST": "<your PCP_TARGET_HOST>"
}
}
}
}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.major%2Fpcp)<a href="https://mcptoplist.com/server/io.github.major%2Fpcp"><img src="https://mcptoplist.com/badge/io.github.major%2Fpcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
major
Other servers by major
View all major servers →Available versions (8)
| Version | Published |
|---|---|
| 1.5.1 | Mar 26, 2026 |
| 1.5.0 | Feb 5, 2026 |
| 1.4.0 | Feb 4, 2026 |
| 1.3.2 | Feb 4, 2026 |
| 1.3.1 | Jan 27, 2026 |
| 1.3.0 | Jan 20, 2026 |
| 1.2.0 | Jan 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pcp?
- Pcp is maintained by major, which publishes 3 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Pcp listed on the Official MCP Registry?
- Yes — Pcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Pcp have?
- MCP Toplist tracks 8 versions of Pcp, most recently published on Mar 26, 2026.
- Where can I find the source code for Pcp?
- The source code for Pcp is hosted at github.com/major/pcp-mcp.