Salesloft MCP Server by CData
@CDataSoftware
About Salesloft 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 Salesloft (beta): https://www.cdata.com/download/download.aspx?sku=KBZK-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\\salesloft.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 Salesloft MCP Server by CData?
A read-only MCP server that lets LLMs (like Claude Desktop) query live Salesloft data using natural language, powered by the CData JDBC Driver for Salesloft. It exposes Salesloft data as relational SQL models through a simple MCP interface.
How to use Salesloft MCP Server by CData?
Clone the repo, build with mvn clean install, download and license the CData JDBC Driver, create a .prp file with your JDBC connection string, and configure Claude Desktop’s claude_desktop_config.json to point to the server JAR and property file. Then ask natural language questions about your Salesloft data.
Key features of Salesloft MCP Server by CData
- Read-only access to live Salesloft data
- Natural language querying via MCP tools
- Built on the CData JDBC Driver for Salesloft
- Provides
get_tables,get_columns, andrun_querytools - Uses standard JDBC connection configuration
Use cases of Salesloft MCP Server by CData
- Ask your LLM to “show me my closed won opportunities by account industry”
- Retrieve the count of open tickets in a specific project
- List calendar events for today without writing SQL
- Explore available tables and columns in your Salesloft data source
FAQ from Salesloft MCP Server by CData
Is this server read-only or can I write/update/delete data?
This project is read-only. For full CRUD and action capabilities, use the free CData MCP Server for Salesloft (beta) linked in the README.
What are the runtime dependencies?
You need Java, Maven, and the CData JDBC Driver for Salesloft (download and license required).
Where does my data live?
All data stays in your Salesloft instance; the server queries it in real time and does not store it locally.
What transport does the server use?
It uses stdio, so it can only run with clients on the same machine as the server.
How do I handle OAuth authentication?
OAuth is configured in the JDBC connection string using the Connection String utility; authentication happens in your browser during the test connection step.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments