Back to MCP Servers
Callcenter.js
An MCP server to make phone calls using VoIP/SIP and OpenAI's Realtime API and observe the transcript.
communicationapiai
By gerkensm
Installation
npx -y callcenter.js-mcpConfiguration
{
"mcpServers": {
"callcenter.js-mcp": {
"command": "npx",
"args": ["-y", "callcenter.js-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes