Zoho MCP Server — Hosted Customer Support Integration
MCP Server language Hosted language PublicManage leads, contacts, deals, accounts, and tasks in Zoho CRM with full CRUD operations and lead conversion.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"zoho-crm": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-zoho-crm",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_leads tool to list leads from zoho crm”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
description Overview
mcp-zoho-crm — Zoho CRM MCP Server
Manage leads, contacts, deals, accounts, and tasks in Zoho CRM with full CRUD operations and lead conversion.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-zoho-crm
What You Can Do
This MCP server gives AI agents access to Zoho CRM via 20 tools. Connect it to any Aerostack workspace and your agents can interact with Zoho CRM directly.
Available Tools
| Tool | Description |
|---|---|
list_leads |
List leads from Zoho CRM |
create_lead |
Create a new lead in Zoho CRM |
get_lead |
Get a specific lead by ID |
update_lead |
Update a lead in Zoho CRM |
delete_lead |
Delete a lead from Zoho CRM |
convert_lead |
Convert a lead to contact/account/deal |
list_contacts |
List contacts from Zoho CRM |
create_contact |
Create a new contact in Zoho CRM |
get_contact |
Get a specific contact by ID |
update_contact |
Update a contact in Zoho CRM |
list_deals |
List deals from Zoho CRM |
create_deal |
Create a new deal in Zoho CRM |
get_deal |
Get a specific deal by ID |
update_deal |
Update a deal in Zoho CRM |
list_accounts |
List accounts from Zoho CRM |
create_account |
Create a new account in Zoho CRM |
search_records |
Search records across Zoho CRM modules |
create_task |
Create a new task in Zoho CRM |
list_tasks |
List tasks from Zoho CRM |
get_modules |
Get all available modules in Zoho CRM |
Configuration
| Variable | Required | Description |
|---|---|---|
ZOHO_CRM_ACCESS_TOKEN |
Yes | Personal access token or service token from the provider |
Quick Start
Add to Aerostack Workspace
- Go to aerostack.dev → Your Project → MCPs
- Search for "Zoho CRM" and click Add to Workspace
Add the following secrets under Project → Secrets:
ZOHO_CRM_ACCESS_TOKEN
Once added, every AI agent in your workspace can use Zoho CRM tools automatically.
Direct API Call
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-zoho-crm \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-ZOHO-CRM-ACCESS-TOKEN: your-zoho-crm-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_leads","arguments":{}}}'
License
MIT
terminal Tools (20)
Available tools on this MCP server. Each tool can be called directly from any AI agent.
list_leads #1 List leads from Zoho CRM
create_lead #2 Create a new lead in Zoho CRM
get_lead #3 Get a specific lead by ID
update_lead #4 Update a lead in Zoho CRM
delete_lead #5 Delete a lead from Zoho CRM
convert_lead #6 Convert a lead to contact/account/deal
list_contacts #7 List contacts from Zoho CRM
create_contact #8 Create a new contact in Zoho CRM
get_contact #9 Get a specific contact by ID
update_contact #10 Update a contact in Zoho CRM
list_deals #11 List deals from Zoho CRM
create_deal #12 Create a new deal in Zoho CRM
get_deal #13 Get a specific deal by ID
update_deal #14 Update a deal in Zoho CRM
list_accounts #15 List accounts from Zoho CRM
create_account #16 Create a new account in Zoho CRM
search_records #17 Search records across Zoho CRM modules
create_task #18 Create a new task in Zoho CRM
list_tasks #19 List tasks from Zoho CRM
get_modules #20 Get all available modules in Zoho CRM
Details
language Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-zoho-crm
Sub-50ms globally · Zero cold start
Publisher
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
More in Customer Support
Browse Customer Support MCPs →Freshdesk
by @aerostack
Create tickets, manage contacts, and resolve support issues faster — give your AI agents full Freshdesk access.
Salesforce
by @aerostack
Query leads, contacts, opportunities, and accounts in Salesforce — full SOQL support for enterprise CRM automation.
Zendesk
by @aerostack
Manage support tickets, users, and knowledge base articles in Zendesk — AI-powered customer service automation.
Frequently asked questions
What is the Zoho MCP server and what can it do? +
The Zoho MCP server is hosted on Aerostack and exposes these tools to your AI agent: `list_leads`, `create_lead`, `get_lead`, `update_lead`, `delete_lead`. You get one hosted URL — no self-hosting — that works from Claude, Cursor, ChatGPT, Gemini, VS Code, or any MCP-compatible client, and you can share it with your team or combine it with other MCP servers in a workspace.
Is the Zoho MCP server hosted, or do I have to run it myself? +
It's hosted on Aerostack's edge infrastructure — you don't deploy or maintain anything. Add it to a workspace and you get one authenticated URL, with secrets encrypted, that any AI agent or editor can connect to. Use it solo or share the same URL across your whole team.
Which AI agents and editors can use the Zoho MCP server? +
Any MCP client: Claude and Claude Code, Cursor, ChatGPT, Gemini, Windsurf, Cline, VS Code, and custom agents. Because it's one hosted URL, the same Zoho MCP server works everywhere — and you can compose it with other MCP servers, skills, and functions behind a single workspace URL.
How do I install the Zoho MCP server in Claude Desktop? +
Add the following to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "@aerostack/mcp-zoho-crm": { "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-zoho-crm"] } } } ``` Then restart Claude Desktop and the tools will appear automatically.
How do I use the Zoho MCP server in Cursor? +
In Cursor, open **Settings → MCP** and add: ```json { "name": "@aerostack/mcp-zoho-crm", "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-zoho-crm"] } ``` Save and reload Cursor. The MCP tools will be available in Agent mode.
Does Zoho MCP require authentication? +
Yes. Zoho requires authentication. Check the MCP's documentation for the required credentials.