Salesforce Data Cloud MCP Server by CData
@CDataSoftware
About Salesforce Data Cloud 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 Salesforce Data Cloud (beta): https://www.cdata.com/download/download.aspx?sku=LRZK-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\\salesforce-data-cloud.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 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.
More Data & Analytics MCP servers
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
Comments