ictcontact mcp for Cursor
io.github.ictinnovations/ictcontact-mcp
Monitor ICTContact / ICTDialer outbound campaigns, and start and stop them when writes are on.
client:Cursor
transport:stdio
runtime:npm
Install ictcontact mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ictcontact-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ictcontact-mcp"
],
"env": {
"ICTCONTACT_BASE_URL": "<ICTCONTACT_BASE_URL>",
"ICTCONTACT_USERNAME": "<ICTCONTACT_USERNAME>",
"ICTCONTACT_PASSWORD": "<ICTCONTACT_PASSWORD>",
"ICTCONTACT_MCP_ALLOW_WRITE": "<ICTCONTACT_MCP_ALLOW_WRITE>",
"ICTCONTACT_TIMEOUT_MS": "<ICTCONTACT_TIMEOUT_MS>",
"ICTCONTACT_TLS_INSECURE": "<ICTCONTACT_TLS_INSECURE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs