mcpbeat Sign in

Mcpgo MCP Server

by jschoemaker Your server? Claim it
local only

Mcpgo runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 20 May 2026.

Manage your Claude Code MCPs by talking to Claude — list, restart, wrap, and more.

Installs per day peak 19 · avg 6 · +211% w/w
a month agotoday
52
Installs / week
npm · @exfil/mcpgo
0
Stars
0 open issues
20 May 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 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.

Runs an external command src/wrapper.ts:165
    const proc = spawn(resolved, child.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 mcpgo -- npx -y @exfil/mcpgo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcpgo": {
      "args": [
        "-y",
        "@exfil/mcpgo"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcpgo]
command = "npx"
args = ["-y", "@exfil/mcpgo"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcpgo": {
      "args": [
        "-y",
        "@exfil/mcpgo"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcpgo": {
      "args": [
        "-y",
        "@exfil/mcpgo"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mcpgo

same job, measured the same way
Cavuno MCP
by cavuno

Connect Claude, Cursor, Codex, and other MCP clients to manage your Cavuno job board.

answering
Noisy Coding
by noisy

Voice interface for Claude Code: talk to your agent and it talks back while it works.

local only
AI Usage
by mohitbansal321

Reports real token usage and cost from Claude Code and OpenCode data. Nothing leaves your machine.

436 installs/wk local only
C
Heyoden
by heyoden

Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.

55 installs/wk local only
Bring Your AI
by bringyour

No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.

7 tools answering
Claude MCP Bridge
by hampsterx

Wraps Claude Code CLI as MCP tools: query, search, structured, ping, listSessions.

116 installs/wk local only
Claude Code Explorer MCP
by nirholas

Explore the Claude Code CLI source — browse tools, commands, search code, and more.

35 installs/wk local only
Claude Code Explorer MCP
by divu2025

Explore the Claude Code CLI source — browse tools, commands, search code, and more.

28 installs/wk local only

Mcpgo — questions

Answers built from our own checks of this server.

Why is there no uptime for Mcpgo?
Mcpgo 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 @exfil/mcpgo was installed 52 times last week.
How do I connect Mcpgo?
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 @exfil/mcpgo straight from npm; nothing to host, nothing to sign up for.
How many people use Mcpgo?
The npm package @exfil/mcpgo was installed 52 times in the last week. Week over week that is +211%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mcpgo open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.