Connects Claude to your Zoho CRM instance via OAuth 2.0, exposing five main operations: get_leads, create_lead, get_contacts, get_deals, and search_records with custom criteria. Built in Python with async support, automatic token refresh, and rate limiting that respects API quotas. You'd reach for this when you want Claude to pull lead lists, create contacts on the fly, or search across CRM modules without switching contexts. Includes retry logic with exponential backoff and works through stdio transport. Requires a Zoho Self Client app with refresh token and the usual CRM scopes.
claude mcp add --transport stdio asklokesh-zoho-crm-mcp-server -- uvx zoho-crm-mcp-server