Loading MCP server directory, please wait...
Monitor ICTDialer outbound auto-dialer campaigns, and start and stop them when writes are on.
npx @getmcp/cli add io.github.ictinnovations/ictdialer-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ICTDIALER_BASE_URLBase URL of your ICTDialer server, without the /rest suffix, e.g. https://your-ictdialer.
ICTDIALER_USERNAMEAPI account username.
ICTDIALER_PASSWORDPassword for the account.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ictinnovations/ictdialer-mcp": {
"command": "npx",
"args": [
"-y",
"ictdialer-mcp"
],
"env": {
"ICTDIALER_BASE_URL": "",
"ICTDIALER_USERNAME": "",
"ICTDIALER_PASSWORD": "",
"ICTDIALER_MCP_ALLOW_WRITE": "false",
"ICTDIALER_TIMEOUT_MS": "30000",
"ICTDIALER_TLS_INSECURE": "false"
}
}
}
}