Skip to main content
CommunicationTypeScript

gerkensm/callcenter.js-mcp

An MCP server to make phone calls using VoIP/SIP and OpenAI's Realtime API and observe the transcript.

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gerkensm/callcenter.js-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "callcenterjs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gerkensm/callcenter.js-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
gerkensm