Skip to content
Cursor

ictdialer mcp for Cursor

io.github.ictinnovations/ictdialer-mcp

Monitor ICTDialer outbound auto-dialer campaigns, and start and stop them when writes are on.

client:Cursor transport:stdio runtime:npm

Install ictdialer 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": {
    "ictdialer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ictdialer-mcp"
      ],
      "env": {
        "ICTDIALER_BASE_URL": "<ICTDIALER_BASE_URL>",
        "ICTDIALER_USERNAME": "<ICTDIALER_USERNAME>",
        "ICTDIALER_PASSWORD": "<ICTDIALER_PASSWORD>",
        "ICTDIALER_MCP_ALLOW_WRITE": "<ICTDIALER_MCP_ALLOW_WRITE>",
        "ICTDIALER_TIMEOUT_MS": "<ICTDIALER_TIMEOUT_MS>",
        "ICTDIALER_TLS_INSECURE": "<ICTDIALER_TLS_INSECURE>"
      }
    }
  }
}

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

ictdialer mcp in other clients