Skip to content
Grok

pbx mcp for Grok

io.github.ictinnovations/pbx-mcp

Inspect and control Asterisk (AMI) and FreeSWITCH (ESL) PBX servers from your AI assistant.

client:Grok transport:stdio runtime:npm

Install pbx mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pbx-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pbx-mcp"
      ],
      "env": {
        "ASTERISK_AMI_HOST": "<ASTERISK_AMI_HOST>",
        "ASTERISK_AMI_PORT": "<ASTERISK_AMI_PORT>",
        "ASTERISK_AMI_USERNAME": "<ASTERISK_AMI_USERNAME>",
        "ASTERISK_AMI_PASSWORD": "<ASTERISK_AMI_PASSWORD>",
        "ASTERISK_AMI_TLS": "<ASTERISK_AMI_TLS>",
        "FREESWITCH_ESL_HOST": "<FREESWITCH_ESL_HOST>",
        "FREESWITCH_ESL_PORT": "<FREESWITCH_ESL_PORT>",
        "FREESWITCH_ESL_PASSWORD": "<FREESWITCH_ESL_PASSWORD>",
        "PBX_MCP_ALLOW_WRITE": "<PBX_MCP_ALLOW_WRITE>",
        "PBX_MCP_TIMEOUT_MS": "<PBX_MCP_TIMEOUT_MS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pbx mcp in other clients