Independent comparison resource for the agent economy — APIs, MCP servers, and signal infrastructure for AI agents and automated systems. No paid placements.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"botcentrum": {
"command": "npx",
"args": [
"-y",
"zemloai-ctrl/botcentrum"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add botcentrum npx -y zemloai-ctrl/botcentrum
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"botcentrum": {
"command": "npx",
"args": [
"-y",
"zemloai-ctrl/botcentrum"
]
}
}
}
📋 Copy