mcpbeat Sign in

Nexus MCP Server

local only

Nexus MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 429 installs a week from pypi. Last commit 18 Sep 2026.

Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution

Installs per day peak 287 · avg 60 · +43% w/w
a month agotoday
429
Installs / week
pypi · nexus-mcp
4
Stars
2 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Nexus MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 nexus-mcp -- uvx nexus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nexus-mcp": {
      "args": [
        "nexus-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nexus-mcp]
command = "uvx"
args = ["nexus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nexus-mcp": {
      "args": [
        "nexus-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nexus-mcp": {
      "args": [
        "nexus-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Nexus MCP

same job, measured the same way
AI R
by pro-target

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

42 installs/wk local only
Claude Army
by robbhimself-1337

Orchestrate multiple Claude Code agents in parallel from chat

35 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
Async Parallel Antigravity for Codex & Claude Code
by varadfromeast

Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness

133 installs/wk local only
Toolfactory
by goatinahat

Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex

640 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only
Gemini MCP
by rlabs-inc

Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI

341 installs/wk local only

Nexus MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nexus MCP?
Nexus 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 pypi package nexus-mcp was installed 429 times last week.
How do I connect Nexus 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 nexus-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Nexus MCP?
The pypi package nexus-mcp was installed 429 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nexus MCP open source?
Yes — it is published under the MIT licence, written in Python, 4 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.