MCP server for BubblyPhone — make AI phone calls, manage phone numbers, configure voice agents, and track billing from any AI assistant. Supports Claude, ChatGPT, Cursor, and any MCP-compatible client.
Server Config
{
"mcpServers": {
"bubblyphone": {
"command": "npx",
"args": [
"@bubblyphone/mcp-server"
],
"env": {
"BUBBLYPHONE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}