Connect your MCP Host to Zoho Analytics for enhanced data analysis and visualization.
The Zoho Analytics Remote MCP Server allows you to connect MCP Hosts such as VS Code, Claude Desktop, Cursor, and others directly to Zoho Analytics, with minimal configurations. This enables seamless data exploration, querying, and visualization from your preferred development environment.
Add the following JSON configuration to your MCP Host settings to enable the Zoho Analytics MCP Server:
{
"mcpServers": {
"ZohoAnalyticsMCP": {
"url": "https://zohomcp.triventsys.com/mcp",
"type": "http"
}
}
}