Self-hosted MCP server for secure AI access to Salesforce CRM data.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"devart-mcp-server-salesforce": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Devart MCP Server for Salesforce enables AI clients to interact with your data through a secure server running in your environment. It turns a regular AI chat into a practical way to work with real-world business data — and it is faster than conventional export or manual querying.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP server for the PostFast API — schedule and manage social media posts via AI tools
MCP Security Weekly
Get CVE alerts and security updates for Devart Mcp Server Salesforce and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Devart MCP Server for Salesforce enables AI clients to interact with your data through a secure server running in your environment. It turns a regular AI chat into a practical way to work with real-world business data — and it is faster than conventional export or manual querying.
Devart MCP Server for Salesforce allows you to:
Devart MCP Server for Salesforce helps AI clients communicate directly with Salesforce databases using natural-language prompts. It translates AI requests into structured queries, executes them through Devart connectivity drivers, and returns clean, structured results for seamless AI-powered data access.

To get started with Devart MCP Server for Salesforce:
1. Download and install Devart ODBC Driver for Salesforce.
2. Download and install Devart MCP Server for Salesforce.
3. In Devart MCP Server for Salesforce, configure your data connection and integration settings.

4. Run your first natural-language query.
Prerequisites
Before building and running Devart MCP Server for Salesforce, ensure the following components are installed:
Step 1: Clone the repository
Clone the project repository and navigate to the project directory:
1. Open Command Prompt.
2. Enter the following command:
git clone https://github.com/devart-ai-connectivity/devart-mcp-server-salesforce.git
cd devart-mcp-server-salesforce
Step 2: Build the MCP Server from source
You can build Devart MCP Server for Salesforce from source using either of the supported database connectivity technologies: ADO.NET or ODBC.
dotnet publish Devart.AI.McpServer.AdoNet/Devart.AI.McpServer.AdoNet.Salesforce/Devart.AI.McpServer.AdoNet.Salesforce.csproj -c ReleaseSalesforce /p:TargetFramework=net8.0
The Devart dotConnect for Salesforce NuGet package is downloaded and restored automatically.
For 64-bit data source, run the following command:
dotnet publish Devart.AI.McpServer.Odbc/Devart.AI.McpServer.Odbc.Salesforce/Devart.AI.McpServer.Odbc.Salesforce.csproj -c ReleaseSalesforce -r "win-x64" /p:TargetFramework=net8.0
For 32-bit