Skip to content
Cursor

ictcrm mcp for Cursor

io.github.ictinnovations/ictcrm-mcp

Read CRM contact groups and manage contacts on ICTCRM (ICTContact backend).

client:Cursor transport:stdio runtime:npm

Install ictcrm 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": {
    "ictcrm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ictcrm-mcp"
      ],
      "env": {
        "ICTCRM_BASE_URL": "<ICTCRM_BASE_URL>",
        "ICTCRM_USERNAME": "<ICTCRM_USERNAME>",
        "ICTCRM_PASSWORD": "<ICTCRM_PASSWORD>",
        "ICTCRM_MCP_ALLOW_WRITE": "<ICTCRM_MCP_ALLOW_WRITE>",
        "ICTCRM_TIMEOUT_MS": "<ICTCRM_TIMEOUT_MS>",
        "ICTCRM_TLS_INSECURE": "<ICTCRM_TLS_INSECURE>"
      }
    }
  }
}

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

ictcrm mcp in other clients