SuiteCRM MCP Server by CData
@CDataSoftware
关于 SuiteCRM 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 SuiteCRM (beta): https://www.cdata.com/download/download.aspx?sku=ETZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\suitecrm.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SuiteCRM MCP Server by CData?
SuiteCRM MCP Server by CData is a read-only MCP server that enables Large Language Models (like Claude Desktop) to query live SuiteCRM data using natural language. It wraps the CData JDBC Driver for SuiteCRM, which exposes SuiteCRM as relational SQL models, so users can retrieve live information without writing SQL.
How to use SuiteCRM MCP Server by CData?
Clone the repository, build the Maven project (mvn clean install), download and license the CData JDBC Driver for SuiteCRM, and create a .prp file with your JDBC connection string. Then configure Claude Desktop by adding an mcpServers entry in claude_desktop_config.json pointing to the Java executable, the built JAR, and the .prp file. Restart Claude Desktop to start querying.
Key features of SuiteCRM MCP Server by CData
- Read-only access to SuiteCRM data via MCP
- Uses CData JDBC Driver for SuiteCRM
- Exposes three tools:
get_tables,get_columns,run_query - Query data using natural language (no SQL required)
- Supports any SuiteCRM data accessible via the JDBC driver
- Uses
stdiotransport; runs on the same machine as the client - Built with Maven and licensed under MIT
Use cases of SuiteCRM MCP Server by CData
- Ask Claude Desktop about correlated opportunities and account industries
- Inquire about open support tickets in a specific project
- Retrieve today’s calendar events from SuiteCRM
- Explore table and column schemas before running queries
FAQ from SuiteCRM MCP Server by CData
What is the difference between this read-only server and the CData MCP Server?
This server is read-only; it only supports SELECT queries. For full read, write, update, delete, and action capabilities, CData offers a free beta MCP Server for SuiteCRM (available separately).
What dependencies are needed?
You need Java (for the JAR), Maven (to build), and the CData JDBC Driver for SuiteCRM installed and licensed on your machine.
How do I connect to SuiteCRM?
Use the CData JDBC Driver’s connection string utility to build a JDBC URL (for example, with OAuth). Copy that URL into a .prp file along with driver path, driver class, and a prefix for tool names.
Is the server read-only?
Yes, the run_query tool only executes SQL SELECT statements. The README explicitly marks this project as a read-only MCP server.
What transport does the server use?
The server uses stdio transport, so it must run on the same machine as the client (e.g., Claude Desktop). It cannot be accessed remotely.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论