Ictpbx MCP

A Model Context Protocol server for ICTPBX, the multi-tenant, white-label IP-PBX built on the ICTCore framework by ICT Innovations. Its README documents 5 tools, including ictpbx_pbx_statistics, ictpbx_list_extensions, ictpbx_list_dids. It runs locally over stdio via the published package.

People who work with ictcore, ictpbx and pbx and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-07 · ★ 16 · #99 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ictpbx MCP

before you install - you'll need

Set ICTPBX_BASE_URL, ICTPBX_USERNAME, ICTPBX_PASSWORD before connecting.

Claude Code

claude mcp add ictinnovations-ictpbx-mcp -- npx -y ictpbx-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ictinnovations-ictpbx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ictpbx-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-09-01 - young repo, little track record yet

license MIT - declared in the repository

npm package ictpbx-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.ictinnovations is GitHub-verified and matches the repo owner

03 · What Ictpbx MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 5 documented tools, including ictpbx_pbx_statistics, ictpbx_list_extensions, ictpbx_list_dids, ictpbx_list_providers, ictpbx_list_tenants.

The 5 tools it gives your agent

Extracted from the project's README - what ictpbx-mcp lets an agent do.

ictpbx_pbx_statistics
- Counts of extensions, devices, ring groups, queues, IVRs, voicemails, conferences, gateways
ictpbx_list_extensions
- SIP extensions with username, name, tenant
ictpbx_list_dids
- DID (inbound) numbers, active state and tenant
ictpbx_list_providers
- SIP trunk providers (upstream carriers)
ictpbx_list_tenants
- Tenants (customer organizations) on the PBX

Latest releases

v0.1.0 · 2026-09-01

First release of ictpbx-mcp: a read-only MCP server for ICTPBX over the ICTCore REST API (extensions, DIDs, SIP trunk providers, tenants, PBX statistics). On npm as ictpbx-mcp. Verified live against a running ICTPBX…

04 · Who maintains Ictpbx MCP

ictpbx-mcp is maintained by ictinnovations. We track 8 MCP servers from ictinnovations - 8 actively maintained, 115 combined GitHub stars, oldest repo from Aug 2026. Full record: all servers from ictinnovations.

  1. pbx-mcp Inspect and control Asterisk (AMI) and FreeSWITCH (ESL) PBX servers from your AI assistant. ★ 16
  2. ictfax-mcp List and track faxes on ICTFax, and send faxes when writes are enabled, over ICTCore REST. ★ 18
  3. ictcontact-mcp Monitor ICTContact / ICTDialer outbound campaigns, and start and stop them when writes are on. ★ 16
  4. ictbroadcast-mcp Monitor ICTBroadcast outbound campaigns, and start and stop them when writes are on. ★ 16
  5. ictexam-mcp Read exams, gradebooks and item analysis; parse papers with AI and publish exams. ★ 16
  6. ictdialer-mcp Monitor ICTDialer outbound auto-dialer campaigns, and start and stop them when writes are on. ★ 16

05 · Facts

category
API integration - ranked #99 of 278 actively-maintained API integration servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-09-01)
registry
io.github.ictinnovations/ictpbx-mcp (active, first published 2026-09-01)
packages
npm:ictpbx-mcp

06 · Ictpbx MCP FAQ

Is Ictpbx MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-07 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Ictpbx MCP do?

An agent gets 5 documented tools, including ictpbx_pbx_statistics, ictpbx_list_extensions, ictpbx_list_dids, ictpbx_list_providers, ictpbx_list_tenants.

How do I install Ictpbx MCP?

Run `npx -y ictpbx-mcp`. The README documents 3 environment variables (ICTPBX_BASE_URL, ICTPBX_USERNAME, ICTPBX_PASSWORD) to set first. Set ICTPBX_BASE_URL, ICTPBX_USERNAME, ICTPBX_PASSWORD before connecting. You can also paste the ready-made client config above.

Does Ictpbx MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ictpbx MCP