Zoho Crm MCP Server
Rank #48,003io.github.asklokesh/zoho-crm-mcp-server
MCP server providing zoho-crm-server capabilities
Zoho Crm MCP Server is a Model Context Protocol (MCP) server published by asklokesh. It ranks #48,003 of 115,591 servers tracked on MCP Toplist. Zoho Crm MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 9, 2025 and most recently updated on Dec 31, 2025.
Ranks ahead of 67,588 of 115,591 servers on MCP Toplist.
Use Zoho Crm MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add zoho-crm-mcp-server -e "ZOHO_CRM_API_KEY=<your ZOHO_CRM_API_KEY>" -e "ZOHO_CRM_API_URL=<your ZOHO_CRM_API_URL>" -- uvx zoho-crm-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.zoho-crm-mcp-server]
command = "uvx"
args = ["zoho-crm-mcp-server"]
[mcp_servers.zoho-crm-mcp-server.env]
ZOHO_CRM_API_KEY = "<your ZOHO_CRM_API_KEY>"
ZOHO_CRM_API_URL = "<your ZOHO_CRM_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zoho-crm-mcp-server": {
"command": "uvx",
"args": [
"zoho-crm-mcp-server"
],
"env": {
"ZOHO_CRM_API_KEY": "<your ZOHO_CRM_API_KEY>",
"ZOHO_CRM_API_URL": "<your ZOHO_CRM_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zoho-crm-mcp-server": {
"command": "uvx",
"args": [
"zoho-crm-mcp-server"
],
"env": {
"ZOHO_CRM_API_KEY": "<your ZOHO_CRM_API_KEY>",
"ZOHO_CRM_API_URL": "<your ZOHO_CRM_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zoho-crm-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"zoho-crm-mcp-server"
],
"env": {
"ZOHO_CRM_API_KEY": "<your ZOHO_CRM_API_KEY>",
"ZOHO_CRM_API_URL": "<your ZOHO_CRM_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zoho-crm-mcp-server": {
"command": "uvx",
"args": [
"zoho-crm-mcp-server"
],
"env": {
"ZOHO_CRM_API_KEY": "<your ZOHO_CRM_API_KEY>",
"ZOHO_CRM_API_URL": "<your ZOHO_CRM_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zoho-crm-mcp-server": {
"command": "uvx",
"args": [
"zoho-crm-mcp-server"
],
"env": {
"ZOHO_CRM_API_KEY": "<your ZOHO_CRM_API_KEY>",
"ZOHO_CRM_API_URL": "<your ZOHO_CRM_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.asklokesh%2Fzoho-crm-mcp-server)<a href="https://mcptoplist.com/server/io.github.asklokesh%2Fzoho-crm-mcp-server"><img src="https://mcptoplist.com/badge/io.github.asklokesh%2Fzoho-crm-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
asklokesh
Other servers by asklokesh
- Loki Mode#179 · 1 ver
- Servicenow MCP Server#3,411 · 2 vers
- Argocd MCP Server#47,994 · 1 ver
- Chanty MCP Server#47,995 · 1 ver
- Freshbooks MCP Server#47,996 · 1 ver
- Hootsuite MCP Server#47,997 · 1 ver
- Powerbi MCP Server#47,998 · 1 ver
- Quickbooks MCP Server#47,999 · 1 ver
- Rundeck MCP Server#48,000 · 1 ver
- Tableau MCP Server#48,001 · 1 ver
- Uipath MCP Server#48,002 · 1 ver
- Azure MCP Server#50,823 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Dec 31, 2025 |
Frequently asked questions
- Who maintains Zoho Crm MCP Server?
- Zoho Crm MCP Server is maintained by asklokesh, which publishes 17 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Zoho Crm MCP Server listed on the Official MCP Registry?
- Yes — Zoho Crm MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Zoho Crm MCP Server have?
- MCP Toplist tracks 1 version of Zoho Crm MCP Server, most recently published on Dec 31, 2025.
- Where can I find the source code for Zoho Crm MCP Server?
- The source code for Zoho Crm MCP Server is hosted at github.com/asklokesh/zoho-crm-mcp-server.