Zoho CRM MCP Server
Provides tools for interacting with Zoho CRM, enabling CRUD operations on modules, search, COQL queries, user listing, module metadata, and related-list traversal.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zoho CRM MCP Serverlist the 10 most recent leads"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zoho CRM MCP Server
A Model Context Protocol (MCP) server that exposes the Zoho CRM v6 REST API as structured tools for LLM agents. Built on FastMCP with async httpx, pydantic v2 configuration, and an OAuth2 refresh-token flow.
Features
OAuth2 refresh-token exchange with in-memory access-token caching (1 hour TTL)
Automatic retry once on HTTP 401 after forcing a token refresh
Typed errors (
AuthenticationError,NotFoundError,RateLimitError,APIError)Region-aware endpoints:
com,eu,in,com.au,jpFull CRUD for any CRM module, plus search, COQL, module metadata, user listing, and related-list traversal
Requirements
Python 3.10+
mcp>=1.27,<2httpx>=0.27.1,<1.0.0pydantic>=2.12,pydantic-settings>=2.5.2
Install
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"Configuration
All settings use the ZOHO_ env prefix (or a .env file):
Variable | Default | Description |
| - | OAuth2 client id |
| - | OAuth2 client secret |
| - | OAuth2 refresh token |
|
| One of |
|
| HTTP timeout in seconds |
Run
zoho-crm-mcpOr register it in an MCP-capable client with the stdio command above.
Tools
Tool | Zoho CRM endpoint |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Test
pytest -x --tb=shortLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LokiMCPUniverse/zoho-crm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server