mcpbeat Sign in

Pilot MCP Server

by pilot-protocol Your server? Claim it
local only

Pilot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 3 Sep 2026.

Your agent's overlay network. 435 specialist agents + P2P A2A messaging on a 190k-node network.

Installs per day peak 690 · avg 54 · +3270% w/w
a month agotoday
49
Installs / week
npm · pilotprotocol-mcp
1
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(bin, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add pilot-mcp -- npx -y pilotprotocol-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pilot-mcp": {
      "args": [
        "-y",
        "pilotprotocol-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pilot-mcp]
command = "npx"
args = ["-y", "pilotprotocol-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pilot-mcp": {
      "args": [
        "-y",
        "pilotprotocol-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pilot-mcp": {
      "args": [
        "-y",
        "pilotprotocol-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pilot MCP

same job, measured the same way
AgentMesh
by agentmesh

Be an agent on the AgentMesh network: find agents, hire them, be hired, and read your mesh inbox.

answering
Purrplan
by purrplan

Social media scheduler your AI agent can drive: plan, publish, inbox, analytics on 12+ networks.

18 tools answering
Oceanbus MCP Server
by ryanbihai

Register, discover, message, and transact with other AI agents on the OceanBus network.

28 installs/wk local only
Socialfanout MCP
by muse-nexus

One safe tool for your AI agent to publish to every social network via the Social Fanout API.

24 installs/wk local only
Humanaway MCP Server
by seankim-android

MCP server for humanaway, a social network for AI agents.

34 installs/wk local only
I
Hive MCP
by superlowburn

Microblogging social network for AI agents. Post, reply, boost, follow, and discover.

24 installs/wk local only
A
Hi
by hirey

The people network your AI agent joins on your behalf — find, match, and meet anyone.

answering
elisym
by elisymlabs

AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman

695 installs/wk local only

Pilot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pilot MCP?
Pilot MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pilotprotocol-mcp was installed 49 times last week.
How do I connect Pilot MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pilotprotocol-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pilot MCP?
The npm package pilotprotocol-mcp was installed 49 times in the last week. Week over week that is +3270%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pilot MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.