commandable-mcp

commandable/commandable-mcp
★ 5 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Commandable MCP is the recursive mcp server. An mcp server which allows your agents create new mcp servers and tools securely. One MCP, any app.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "commandable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "commandable/commandable-mcp"
      ]
    }
  }
}