Ictdialer MCP

A Model Context Protocol server for ICTDialer - the cloud auto-dialer and predictive-dialer platform from ICT Innovations. ICTDialer.com is the hosted edition of ICTContact and runs the same engine, so this server speaks that API. Its 6 documented tools cover ictdialer, campaign. It runs locally over stdio via the published package.

People who work with ictdialer and campaign 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 · #493 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ictdialer MCP

before you install - you'll need

Set ICTDIALER_BASE_URL, ICTDIALER_USERNAME, ICTDIALER_PASSWORD before connecting.

Claude Code

claude mcp add ictinnovations-ictdialer-mcp -- npx -y ictdialer-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ictinnovations-ictdialer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ictdialer-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 ictdialer-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 Ictdialer MCP can do

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

What you can build

With this server connected, an agent can list campaigns (id and name), launch a campaign - begins live outbound calling, and stop a running campaign.

The 6 tools it gives your agent

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

ictdialer_list_campaigns
- List campaigns (id and name)
ictdialer_campaign_status
- Live status of a campaign (running, stopped)
ictdialer_campaign_summary
- Totals: answered, failed, human vs machine
ictdialer_campaign_result
- Per-call results (contact, response, AMD, DNC)
ictdialer_start_campaign
- Launch a campaign - begins live outbound calling
ictdialer_stop_campaign
- Stop a running campaign

Latest releases

v0.1.0 · 2026-09-01

First release of ictdialer-mcp: an MCP server for ICTDialer (hosted ICTContact engine). Monitor outbound campaigns; start and stop them behind ICTDIALER_MCP_ALLOW_WRITE. On npm as ictdialer-mcp. Verified against the…

04 · Who maintains Ictdialer MCP

ictdialer-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. ictpbx-mcp Read ICTPBX state: extensions, DID numbers, SIP trunks, tenants and live PBX statistics. ★ 16
  5. ictbroadcast-mcp Monitor ICTBroadcast outbound campaigns, and start and stop them when writes are on. ★ 16
  6. ictexam-mcp Read exams, gradebooks and item analysis; parse papers with AI and publish exams. ★ 16

05 · Facts

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

06 · Ictdialer MCP FAQ

Is Ictdialer 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 Ictdialer MCP do?

With this server connected, an agent can list campaigns (id and name), launch a campaign - begins live outbound calling, and stop a running campaign.

How do I install Ictdialer MCP?

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

Does Ictdialer 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 Ictdialer MCP

More MCP servers to compare · Ictexam MCP · Pbx MCP · idealo MCP Server · Par CAD · Vim MCP

More TypeScript MCP servers · Ictfax MCP · Ictpbx MCP · Uisandbox (ideelab) · see all