Loading MCP server directory, please wait...
Read ICTPBX state: extensions, DID numbers, SIP trunks, tenants and live PBX statistics.
npx @getmcp/cli add io.github.ictinnovations/ictpbx-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ICTPBX_BASE_URLICTCore REST base URL of your ICTPBX server, normally ending in /api, e.g. https://your-ictpbx/api.
ICTPBX_USERNAMEAPI account email (ICTCore logs in by email).
ICTPBX_PASSWORDPassword for the account.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ictinnovations/ictpbx-mcp": {
"command": "npx",
"args": [
"-y",
"ictpbx-mcp"
],
"env": {
"ICTPBX_BASE_URL": "",
"ICTPBX_USERNAME": "",
"ICTPBX_PASSWORD": "",
"ICTPBX_TIMEOUT_MS": "30000",
"ICTPBX_TLS_INSECURE": "false"
}
}
}
}