📞 CLI to call your claude.ai-configured MCP servers, reusing the Claude Code login
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"call-mcp": {
"command": "npx",
"args": [
"-y",
"domdomegg/call-mcp"
]
}
}
}
Run in terminal:
claude mcp add call-mcp npx -y domdomegg/call-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"call-mcp": {
"command": "npx",
"args": [
"-y",
"domdomegg/call-mcp"
]
}
}
}