Skip to content
Cursor

Devart MCP Server for Zoho CRM (ADO.NET) for Cursor

com.devart/mcp-zohocrm

Schema-aware read/write access to Zoho CRM through Devart dotConnect ADO.NET data provider.

client:Cursor transport:stdio runtime:nuget

Install Devart MCP Server for Zoho CRM (ADO.NET) 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": {
    "mcp-zohocrm": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Devart.Mcp.ZohoCrm",
        "--yes"
      ],
      "env": {
        "DEVART_MCP_ZOHOCRM_CONNECTION": "<DEVART_MCP_ZOHOCRM_CONNECTION>"
      }
    }
  }
}

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

Devart MCP Server for Zoho CRM (ADO.NET) in other clients