Loading MCP server directory, please wait...
MCP server for Zoho CRM API integration
npx @getmcp/cli add io.github.asklokesh/zoho-crm-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
ZOHO_CRM_API_KEYAPI Key for ZOHO_CRM
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.asklokesh/zoho-crm-mcp-server": {
"command": "uvx",
"args": [
"zoho-crm-mcp-server"
],
"env": {
"ZOHO_CRM_API_KEY": "",
"ZOHO_CRM_API_URL": ""
}
}
}
}