Claude Octopus MCP Server

An MCP server that wraps the Claude Agent SDK, letting you run multiple specialized Claude Code agents - each with its own model, tools, system prompt, and personality - from any MCP client. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-17 · ★ 17 · #317 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

ISC · TypeScript servers · how we verify → /methodology

01 · Install Claude Octopus

before you install - you'll need

Set CLAUDE_TOOL_NAME, CLAUDE_SERVER_NAME, CLAUDE_DESCRIPTION, CLAUDE_MAX_BUDGET_USD, CLAUDE_FACTORY_ONLY before connecting. CLAUDE_PERMISSION_MODE, CLAUDE_MODEL, CLAUDE_APPEND_PROMPT, CLAUDE_EFFORT are optional or environment-specific per the README.

Claude Code

claude mcp add xiaolai-claude-octopus -- npx -y claude-octopus

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "xiaolai-claude-octopus": {
      "command": "npx",
      "args": [
        "-y",
        "claude-octopus"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license ISC - declared in the repository

npm package claude-octopus - unscoped; check the name against the project README before installing

registry namespace io.github.xiaolai is GitHub-verified and matches the repo owner

03 · Who maintains Claude Octopus

claude-octopus is maintained by xiaolai. We track 2 MCP servers from xiaolai - 2 actively maintained, 34 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from xiaolai.

  1. codex-octopus Spawn multiple specialized Codex agents as MCP servers, each independently configured. ★ 17

04 · Facts

category
other - ranked #317 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.xiaolai/claude-octopus (active, first published 2026-04-02 · 2 versions)
packages
npm:claude-octopus

05 · Claude Octopus FAQ

What is Claude Octopus?

An MCP server that wraps the Claude Agent SDK, letting you run multiple specialized Claude Code agents - each with its own model, tools, system prompt, and personality - from any MCP client. It runs locally over stdio via the published package.

Is Claude Octopus still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-17. We re-verify nightly.

How do I install Claude Octopus?

Run `npx -y claude-octopus`. The README documents 9 environment variables (CLAUDE_PERMISSION_MODE, CLAUDE_TOOL_NAME, CLAUDE_SERVER_NAME…) to set first. Set CLAUDE_TOOL_NAME, CLAUDE_SERVER_NAME, CLAUDE_DESCRIPTION, CLAUDE_MAX_BUDGET_USD, CLAUDE_FACTORY_ONLY before connecting. CLAUDE_PERMISSION_MODE, CLAUDE_MODEL, CLAUDE_APPEND_PROMPT, CLAUDE_EFFORT are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Claude Octopus run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Claude Octopus

More MCP servers to compare · Codex Octopus · Skill Deck · Readhn · Cisco Modeling Labs CML · Document Converter

More TypeScript MCP servers · Oculo · Markdown Formatter · Tc39 MCP · see all