Claude Octopus
Rank #10,132io.github.xiaolai/claude-octopus
Wraps the Claude Agent SDK as MCP servers, letting you spawn multiple specialized Claude Code agents — each with its own model, tools, system prompt, and personality — from any MCP client.
Claude Octopus is a Model Context Protocol (MCP) server published by xiaolai. It ranks #10,132 of 76,851 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. Claude Octopus is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 2 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 66,719 of 76,851 servers on MCP Toplist.
Use Claude Octopus
Add Claude Octopus to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"claude-octopus": {
"command": "npx",
"args": [
"-y",
"claude-octopus"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"CLAUDE_TOOL_NAME": "<your CLAUDE_TOOL_NAME>",
"CLAUDE_MODEL": "<your CLAUDE_MODEL>",
"CLAUDE_PERMISSION_MODE": "<your CLAUDE_PERMISSION_MODE>",
"CLAUDE_ALLOWED_TOOLS": "<your CLAUDE_ALLOWED_TOOLS>",
"CLAUDE_APPEND_PROMPT": "<your CLAUDE_APPEND_PROMPT>",
"CLAUDE_FACTORY_ONLY": "<your CLAUDE_FACTORY_ONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (3 delisted)
xiaolai
Other servers by xiaolai
View all xiaolai servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.5 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Claude Octopus?
- Claude Octopus is maintained by xiaolai, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Claude Octopus listed on the Official MCP Registry?
- Yes — Claude Octopus is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does Claude Octopus have?
- MCP Toplist tracks 2 versions of Claude Octopus, most recently published on Apr 2, 2026.
- Where can I find the source code for Claude Octopus?
- The source code for Claude Octopus is hosted at github.com/xiaolai/claude-octopus.