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.
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"
]
}
}
}
Run in terminal:
claude mcp add commandable-mcp npx -y commandable/commandable-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"commandable-mcp": {
"command": "npx",
"args": [
"-y",
"commandable/commandable-mcp"
]
}
}
}