server for Claude Desktop
ai.callmcp/server
One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.
client:Claude Desktop
transport:stdio
runtime:npm
Install server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@callmcp/server"
],
"env": {
"CALLMCP_CONFIG": "<CALLMCP_CONFIG>",
"CALLMCP_DEFAULT_DRIVER": "<CALLMCP_DEFAULT_DRIVER>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs