MCP Server
MCP
Zoho Crm
MCP server for Zoho CRM API integration
Install
uvx zoho-crm-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "zoho-crm-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API Key for ZOHO_CRM",
"isRequired": true,
"isSecret": true,
"name": "ZOHO_CRM_API_KEY"
},
{
"description": "API URL for ZOHO_CRM",
"name": "ZOHO_CRM_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment