Zoho CRM MCP Server by CData
@CDataSoftware
关于 Zoho CRM MCP Server by CData
This read-only MCP Server allows you to connect to Zoho CRM data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\zoho-crm.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Zoho CRM MCP Server by CData?
Zoho CRM MCP Server by CData is a local, read-only MCP server that allows LLMs (e.g., Claude Desktop) to query live Zoho CRM data using natural language. It wraps the CData JDBC Driver for Zoho CRM, which exposes Zoho CRM as relational SQL models, and makes that data available through the Model Context Protocol — no SQL required from the user.
How to use Zoho CRM MCP Server by CData?
Clone the repository, build the JAR with Maven (mvn clean install), then download and license the CData JDBC Driver for Zoho CRM. Configure your connection string using the driver’s utility, create a .prp file with JDBC properties (prefix, server name, driver path, JDBC URL, etc.), and add the server to your client’s MCP configuration (e.g., claude_desktop_config.json). The server uses stdio transport and runs on the same machine as the client.
Key features of Zoho CRM MCP Server by CData
- Read-only MCP server for live Zoho CRM data
- Exposes Zoho CRM as relational SQL tables
- No SQL needed — ask natural language questions
- Built using the CData JDBC Driver for Zoho CRM
- Provides tools:
get_tables,get_columns,run_query - Licensed under MIT
Use cases of Zoho CRM MCP Server by CData
- Query live Zoho CRM accounts, contacts, opportunities via AI assistants
- Discover available tables and columns in your Zoho CRM instance
- Run SQL SELECT queries programmatically through JSON-RPC
- Integrate Zoho CRM data into LLM-powered analytics workflows
FAQ from Zoho CRM MCP Server by CData
Is this server read-only?
Yes. This project builds a local, read-only MCP server. For full read/write/delete capabilities, CData offers a separate MCP server.
What do I need to install first?
You need Java, Maven, and the CData JDBC Driver for Zoho CRM (download and license separately).
How do I authenticate to Zoho CRM?
Use the JDBC connection string utility (java -jar cdata.jdbc.zohocrm.jar) to configure OAuth. The server will authenticate in your browser when testing the connection.
Can I use this with a remote client?
No. The server uses stdio transport and can only be used with clients running on the same machine.
Where can I get help?
For connection issues, contact the CData Support Team. For MCP server issues, join the CData Community.
数据与分析 分类下的更多 MCP 服务器
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
Data Visualization MCP Server
isaacwassermanBright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
评论