gerkensm/callcenter.js-mcp
An MCP server to make phone calls using VoIP/SIP and OpenAI's Realtime API and observe the transcript.
Quick Start
Clone the repository:
git clone https://github.com/gerkensm/callcenter.js-mcpClaude Desktop configuration example:
{
"mcpServers": {
"callcenterjs-mcp": {
"command": "npx",
"args": [
"-y",
"gerkensm/callcenter.js-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.