zoho-crm-mcp-server

hemichaeli/zoho-crm-mcp-server
★ 0 stars TypeScript Search Updated today
Comprehensive MCP server for Zoho CRM - 55+ tools covering full API: records CRUD, search, COQL, metadata, users, tags, notes, bulk operations, notifications, blueprints, and more
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zoho-crm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hemichaeli/zoho-crm-mcp-server"
      ]
    }
  }
}