Back to directory
gerkensm/callcenter.js-mcp

gerkensm/callcenter.js-mcp

@gerkensm

An MCP Server, CLI tool, and API that makes phone calls on your behalf using VoIP.

voipsipphone-callsai-voice-agentopenai-realtimemcp-serverclitypescriptautomation

Installation & Configuration

{
  "mcpServers": {
    "callcenter.js": {
      "command": "npx",
      "args": [
        "github:gerkensm/callcenter.js-mcp",
        "--mcp"
      ],
      "env": {
        "SIP_USERNAME": "your_extension",
        "SIP_PASSWORD": "your_password",
        "SIP_SERVER_IP": "192.168.1.1",
        "OPENAI_API_KEY": "sk-your-key-here",
        "USER_NAME": "Your Name"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12