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
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.
Frequently asked questions
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.
Basic information
More Data & Analytics MCP servers
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.

Octolens
OctolensGive your AI agents every brand mention across the internet — 15+ platforms, AI-filtered, one structured feed.

Subtext
Subtext by FullstorySession replay, built for agents. Subtext is agentic session review: it captures production sessions of your app and connects them to your coding agent — Claude Code, Cursor, Codex, Devin, your own harness — so it can
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Comments