Skip to content
Cursor

ictpbx mcp for Cursor

io.github.ictinnovations/ictpbx-mcp

Read ICTPBX state: extensions, DID numbers, SIP trunks, tenants and live PBX statistics.

client:Cursor transport:stdio runtime:npm

Install ictpbx mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ictpbx-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ictpbx-mcp"
      ],
      "env": {
        "ICTPBX_BASE_URL": "<ICTPBX_BASE_URL>",
        "ICTPBX_USERNAME": "<ICTPBX_USERNAME>",
        "ICTPBX_PASSWORD": "<ICTPBX_PASSWORD>",
        "ICTPBX_TIMEOUT_MS": "<ICTPBX_TIMEOUT_MS>",
        "ICTPBX_TLS_INSECURE": "<ICTPBX_TLS_INSECURE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ictpbx mcp in other clients