Loading MCP server directory, please wait...
Monitor ICTContact / ICTDialer outbound campaigns, and start and stop them when writes are on.
npx @getmcp/cli add io.github.ictinnovations/ictcontact-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ICTCONTACT_BASE_URLBase URL of your ICTContact / ICTDialer server, without the /rest suffix, e.g. https://your-ictcontact.
ICTCONTACT_USERNAMEAPI account username.
ICTCONTACT_PASSWORDPassword for the account.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ictinnovations/ictcontact-mcp": {
"command": "npx",
"args": [
"-y",
"ictcontact-mcp"
],
"env": {
"ICTCONTACT_BASE_URL": "",
"ICTCONTACT_USERNAME": "",
"ICTCONTACT_PASSWORD": "",
"ICTCONTACT_MCP_ALLOW_WRITE": "false",
"ICTCONTACT_TIMEOUT_MS": "30000",
"ICTCONTACT_TLS_INSECURE": "false"
}
}
}
}