Zoho Books MCP Server by CData
@CDataSoftware
关于 Zoho Books MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Zoho Books (beta): https://www.cdata.com/download/download.aspx?sku=GZZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\zoho-books.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Zoho Books MCP Server by CData?
Zoho Books MCP Server by CData is a read-only MCP server that enables LLMs (e.g., Claude Desktop) to query live Zoho Books data using natural language. It wraps the CData JDBC Driver for Zoho Books, exposing the data as relational SQL models.
How to use Zoho Books MCP Server by CData?
Clone the repository, build with Maven, install and license the CData JDBC Driver for Zoho Books, then create a .prp file with your JDBC connection string. Configure your MCP client (e.g., Claude Desktop) to run the Java command with the JAR and .prp file. The server exposes tools like get_tables, get_columns, and run_query.
Key features of Zoho Books MCP Server by CData
- Read-only access to Zoho Books data via MCP
- Query live data using natural language
- Exposes Zoho Books as SQL tables
- Supports get_tables, get_columns, and run_query tools
- Uses stdio transport for local execution
- Built with the CData JDBC Driver for Zoho Books
Use cases of Zoho Books MCP Server by CData
- AI assistants retrieving invoice, customer, or account data
- Analyzing financial trends with LLMs
- Answering business questions from Zoho Books without writing SQL
FAQ from Zoho Books MCP Server by CData
What is the difference between this server and the CData MCP Server for Zoho Books (beta)?
This server is read-only; the beta version supports full read, write, update, delete, and action capabilities.
What dependencies are required to run this server?
Java and the CData JDBC Driver for Zoho Books must be installed and licensed.
How do I configure the connection to Zoho Books?
Create a .prp file with the JDBC connection string, driver path, driver class, and optional table list, then reference it in your MCP client configuration.
Can this server be used with remote MCP clients?
No, the server uses stdio transport and can only be used with clients running on the same machine.
What license governs this server?
This MCP server is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论