Zoho Projects MCP Server by CData
@CDataSoftware
关于 Zoho Projects 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 Projects (beta): https://www.cdata.com/download/download.aspx?sku=PZZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\zoho-projects.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Zoho Projects MCP Server by CData?
Zoho Projects MCP Server by CData is a read-only Model Context Protocol server that lets large language models (like Claude Desktop) query live data from Zoho Projects using natural language. It wraps the CData JDBC Driver for Zoho Projects, which exposes project management data as relational SQL tables.
How to use Zoho Projects MCP Server by CData?
Clone the repository, build with mvn clean install, install and license the CData JDBC Driver for Zoho Projects, configure a .prp file with your JDBC connection string, then add the server to your MCP client’s config (e.g., claude_desktop_config.json). Point the client to ask natural language questions about your projects, tasks, and milestones.
Key features of Zoho Projects MCP Server by CData
- Read‑only access to live Zoho Projects data via MCP
- Natural language querying – no SQL required
- Uses CData JDBC Driver to model data as relational tables
- Provides three tools:
get_tables,get_columns,run_query - Runs locally on the same machine as the client (stdio transport)
- Open source under the MIT License
Use cases of Zoho Projects MCP Server by CData
- Ask an AI assistant “How many open tasks are in the current project?”
- Get a summary of milestones and deadlines without writing SQL
- Correlate project status with team workload in natural language
- Explore available Zoho Projects tables and columns dynamically
FAQ from Zoho Projects MCP Server by CData
What is the Zoho Projects MCP Server by CData?
It is a read‑only MCP server that enables AI clients to query Zoho Projects data using natural language. It is powered by the CData JDBC Driver for Zoho Projects.
Do I need to install a JDBC driver?
Yes. You must download, install, and license the CData JDBC Driver for Zoho Projects. The server depends on that driver to connect.
How do I configure the connection to Zoho Projects?
Create a .prp file with your JDBC URL (including OAuth settings), driver path, and driver class. Use the Connection String utility to build and test the URL.
Is this server read‑only?
Yes, this specific server provides read‑only access. For full create, update, delete, and action support, CData offers a separate beta MCP server for Zoho Projects.
What transport does the server use?
The server uses stdio transport, so it runs on the same machine as the MCP client (e.g., Claude Desktop). No network port configuration is needed.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论