
Zoho Crm
Sync leads, deals, and CRM records into agent workflows while you nurture users and run solo-founder sales ops.
Overview
io.github.asklokesh/zoho-crm-mcp-server is a MCP server for the Grow phase that exposes Zoho CRM API operations to coding agents over stdio.
What is this MCP server?
- PyPI package `zoho-crm-mcp-server` at version 0.1.0
- stdio MCP with required `ZOHO_CRM_API_KEY` and optional `ZOHO_CRM_API_URL`
- `uvx` runtime hint for one-command MCP registration trials
- Bridges Zoho CRM REST capabilities into agent tool calls
- GitHub repo for adding modules (Leads, Deals, Accounts) as tools evolve
- Version 0.1.0 on PyPI (`zoho-crm-mcp-server`)
- stdio transport
- 2 documented env vars (ZOHO_CRM_API_KEY required)
What problem does it solve?
Your outreach and support agents lack live CRM context, so every lead update means leaving the IDE for Zoho.
Who is it for?
Indie SaaS founders on Zoho CRM who want in-chat pipeline lookups and light CRM automation from their coding agent.
Skip if: Teams on HubSpot/Salesforce only, or enterprises needing certified Zoho marketplace apps without self-hosted MCP.
What do I get? / Deliverables
Once configured with `ZOHO_CRM_API_KEY`, your agent can read and update CRM-backed MCP tools while you manage lifecycle and sales tasks.
- Agent-accessible Zoho CRM tool surface via MCP
- Documented env vars for team-shared MCP profiles
- Starting point to fork additional CRM endpoints
Recommended MCP Servers
Journey fit
Grow is the primary shelf because Zoho CRM MCP supports pipeline, follow-ups, and customer lifecycle tasks after you have something to sell. Lifecycle matches CRM-centric work: segments, deal stages, and ongoing contact updates rather than greenfield coding.
How it compares
CRM API MCP plugin, not a outbound sales playbook skill or marketing CMS.
Common Questions / FAQ
Who is io.github.asklokesh/zoho-crm-mcp-server for?
Solo builders and small teams using Zoho CRM who want MCP-driven access to leads and deals from Claude Code or Cursor.
When should I use io.github.asklokesh/zoho-crm-mcp-server?
Use it during Grow lifecycle work when you need CRM-grounded follow-ups, pipeline summaries, or agent-assisted data hygiene.
How do I add io.github.asklokesh/zoho-crm-mcp-server to my agent?
Install via PyPI/`uvx`, set `ZOHO_CRM_API_KEY` and optional URL, add the stdio server entry to your MCP configuration, and restart your client.