Skip to content
Cline

pbx mcp for Cline

io.github.ictinnovations/pbx-mcp

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

client:Cline transport:stdio runtime:npm

Install pbx mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "pbx-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pbx mcp in other clients