server
About
One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CALLMCP_CONFIG CALLMCP_DEFAULT_DRIVERClaude Code
claude mcp add --env CALLMCP_CONFIG= --env CALLMCP_DEFAULT_DRIVER= server -- npx @callmcp/server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"server","command":"npx","args":["@callmcp/server"],"env":{"CALLMCP_CONFIG":"","CALLMCP_DEFAULT_DRIVER":""}}'
JSON
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"@callmcp/server"
],
"env": {
"CALLMCP_CONFIG": "",
"CALLMCP_DEFAULT_DRIVER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.