SuiteCRM MCP Server by CData
@CDataSoftware
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\suitecrm.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
🚀 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,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments