Aerostack
electrical_services

Zoho MCP Server — Hosted Customer Support Integration

MCP Server language Hosted language Public

Manage leads, contacts, deals, accounts, and tasks in Zoho CRM with full CRUD operations and lead conversion.

aerostack @aerostack verified
v0.1.0 MIT Updated Jun 28, 2026
robot_2

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.

.claude/mcp.json
{
  "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:

+14 more

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.

add_circleAdd to Workspace

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
  1. Go to aerostack.dev → Your Project → MCPs
  2. 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.

terminal
list_leads #1

List leads from Zoho CRM

terminal
create_lead #2

Create a new lead in Zoho CRM

terminal
get_lead #3

Get a specific lead by ID

terminal
update_lead #4

Update a lead in Zoho CRM

terminal
delete_lead #5

Delete a lead from Zoho CRM

terminal
convert_lead #6

Convert a lead to contact/account/deal

terminal
list_contacts #7

List contacts from Zoho CRM

terminal
create_contact #8

Create a new contact in Zoho CRM

terminal
get_contact #9

Get a specific contact by ID

terminal
update_contact #10

Update a contact in Zoho CRM

terminal
list_deals #11

List deals from Zoho CRM

terminal
create_deal #12

Create a new deal in Zoho CRM

terminal
get_deal #13

Get a specific deal by ID

terminal
update_deal #14

Update a deal in Zoho CRM

terminal
list_accounts #15

List accounts from Zoho CRM

terminal
create_account #16

Create a new account in Zoho CRM

terminal
search_records #17

Search records across Zoho CRM modules

terminal
create_task #18

Create a new task in Zoho CRM

terminal
list_tasks #19

List tasks from Zoho CRM

terminal
get_modules #20

Get all available modules in Zoho CRM

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category Customer Support
terminal Tools 20

language Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-zoho-crm

Sub-50ms globally · Zero cold start

Publisher

aerostack
@aerostack verified

Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.

Tags

Browse more servers

More in Customer Support

Browse Customer Support MCPs →

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.