Salesforce Data Cloud MCP Server by CData
@CDataSoftware
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 Salesforce Data Cloud (beta): https://www.cdata.com/download/download.aspx?sku=LRZK-V&type=beta
概览
What is Salesforce Data Cloud MCP Server by CData?
A read-only MCP server that allows LLMs (like Claude Desktop) to query live Salesforce Data Cloud data via natural language, powered by the CData JDBC Driver for Salesforce Data Cloud.
How to use Salesforce Data Cloud MCP Server by CData?
Clone the repository, build with Maven, install and license the CData JDBC Driver, generate a connection string, create a .prp property file, then add the server to your Claude Desktop config (claude_desktop_config.json). Run the server with java -jar CDataMCP-jar-with-dependencies.jar <path>.prp. No SQL knowledge needed—simply ask questions.
Key features of Salesforce Data Cloud MCP Server by CData
- Read-only access to live Salesforce Data Cloud data
- Exposes data as relational SQL models via JDBC
- Provides tools:
get_tables,get_columns,run_query - Supports natural language queries through MCP clients
- Uses stdio transport (client must run on same machine)
Use cases of Salesforce Data Cloud MCP Server by CData
- Answer business questions like “What is the correlation between closed won opportunities and account industry?”
- Retrieve counts of open tickets in a specific project
- List today's calendar events from Salesforce Data Cloud
- Explore table schemas without writing SQL
FAQ from Salesforce Data Cloud MCP Server by CData
Is this server read-only or does it support writes?
This server is read-only. For full read, write, update, delete, and action capabilities, CData offers a separate beta MCP Server.
What are the runtime dependencies?
Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Salesforce Data Cloud (installed and licensed separately).
How does the server connect to the data?
Through a JDBC connection string configured in a .prp file. The CData JDBC Driver translates Salesforce Data Cloud into relational SQL models.
What transport does the server use?
The server uses stdio transport, so it can only be used with MCP clients running on the same machine.
What license applies to this server?
This MCP server is licensed under the MIT License.