Ictcontact MCP

A Model Context Protocol server for ICTContact and its hosted edition ICTDialer.com - the same contact-center engine from ICT Innovations. Its 6 documented tools cover ictcontact, campaign. It runs locally over stdio via the published package.

People who work with ictcontact 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 · #348 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ictcontact MCP

before you install - you'll need

Set ICTCONTACT_BASE_URL, ICTCONTACT_USERNAME, ICTCONTACT_PASSWORD before connecting.

Claude Code

claude mcp add ictinnovations-ictcontact-mcp -- npx -y ictcontact-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ictinnovations-ictcontact-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ictcontact-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 ictcontact-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 Ictcontact 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 ictcontact-mcp lets an agent do.

ictcontact_list_campaigns
- List campaigns (id and name)
ictcontact_campaign_status
- Live status of a campaign (running, stopped)
ictcontact_campaign_summary
- Totals: answered, failed, human vs machine
ictcontact_campaign_result
- Per-call results (contact, response, AMD, DNC)
ictcontact_start_campaign
- Launch a campaign - begins live outbound calling
ictcontact_stop_campaign
- Stop a running campaign

Latest releases

v0.1.0 · 2026-09-01

First release of ictcontact-mcp: an MCP server for ICTContact and ICTDialer. Monitor outbound campaigns; start and stop them behind ICTCONTACT_MCP_ALLOW_WRITE. On npm as ictcontact-mcp. Verified live.

04 · Who maintains Ictcontact MCP

ictcontact-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. ictpbx-mcp Read ICTPBX state: extensions, DID numbers, SIP trunks, tenants and live PBX statistics. ★ 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
other - ranked #348 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/ictcontact-mcp (active, first published 2026-09-01)
packages
npm:ictcontact-mcp

06 · Ictcontact MCP FAQ

Is Ictcontact 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 Ictcontact 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 Ictcontact MCP?

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

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

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

More TypeScript MCP servers · Ictfax MCP · Ictpbx MCP · see all