Loading MCP server directory, please wait...
Read CRM contact groups and manage contacts on ICTCRM (ICTContact backend).
npx @getmcp/cli add io.github.ictinnovations/ictcrm-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ICTCRM_BASE_URLBase URL of your ICTCRM server, without the /rest suffix, e.g. https://your-ictcontact.
ICTCRM_USERNAMEAPI account username.
ICTCRM_PASSWORDPassword for the account.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ictinnovations/ictcrm-mcp": {
"command": "npx",
"args": [
"-y",
"ictcrm-mcp"
],
"env": {
"ICTCRM_BASE_URL": "",
"ICTCRM_USERNAME": "",
"ICTCRM_PASSWORD": "",
"ICTCRM_MCP_ALLOW_WRITE": "false",
"ICTCRM_TIMEOUT_MS": "30000",
"ICTCRM_TLS_INSECURE": "false"
}
}
}
}