Manage 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.
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
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.
| 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 |
| Variable | Required | Description |
|---|---|---|
ZOHO_CRM_ACCESS_TOKEN | Yes | Personal access token or service token from the provider |
Add the following secrets under Project → Secrets:
ZOHO_CRM_ACCESS_TOKENOnce added, every AI agent in your workspace can use Zoho CRM tools automatically.
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":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-zoho-crm
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Create tickets, manage contacts, and resolve support issues faster — give your AI agents full Freshdesk access.
by @aerostack
Query leads, contacts, opportunities, and accounts in Salesforce — full SOQL support for enterprise CRM automation.
by @aerostack
Manage support tickets, users, and knowledge base articles in Zendesk — AI-powered customer service automation.
Yes. The Zoho Crm MCP includes a create_lead tool that lets Claude create leads in your Zoho Crm account from a plain-English prompt. You can also update and delete leads — no Zoho Crm UI needed.
Yes. The Zoho Crm MCP has search and list tools for records. Ask Claude to find records by any criteria and it runs the Zoho Crm API query for you, returning results directly in the conversation.
Yes. The Zoho Crm MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 20 Zoho Crm tools are available everywhere you connect it — install once on Aerostack.
Yes. The Zoho Crm MCP includes tools to update leads in your Zoho Crm account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Zoho Crm API.