mcp-server-salesforce
An MCP server implementation that integrates Claude with Salesforce for natural language interactions with Salesforce data.
This server enables users to query, modify, and manage Salesforce objects and records using everyday language. It supports a variety of features including object and field management, smart object search, and detailed schema information. Users can perform flexible data queries, manipulate records, and manage Apex code, all while receiving intuitive error handling and support for multiple Salesforce orgs.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-salesforce": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-salesforce"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions