{
"mcpServers": {
"salesforce": {
"env": {
"SALESFORCE_CONNECTION_TYPE": "Salesforce_CLI"
},
"args": [
"-y",
"@tsmztech/mcp-server-salesforce"
],
"command": "npx"
}
}
}Salesforce MCP Server
Is it safe?
No known CVEs for @tsmztech/mcp-server-salesforce.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 44 days ago. 150 stars. 1,278 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
15 tools. ~900 tokens (0.4% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@tsmztech/mcp-server-salesforce' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
salesforce_search_objectsSearch for standard and custom objects by partial name matches
salesforce_describe_objectGet detailed object schema information including field definitions, relationships, and picklist values
salesforce_query_recordsQuery records with relationship support including parent-to-child and child-to-parent relationships
salesforce_aggregate_queryExecute aggregate queries with GROUP BY, aggregate functions (COUNT, COUNT_DISTINCT, SUM, AVG, MIN, MAX), and HAVING clauses
salesforce_dml_recordsPerform data operations including insert, update, delete, and upsert using external IDs
salesforce_manage_objectCreate and modify custom objects including object properties and sharing settings
salesforce_manage_fieldManage object fields including adding custom fields, modifying properties, and creating relationships
salesforce_manage_field_permissionsManage Field Level Security by granting or revoking read/edit access for specific profiles
salesforce_search_allSearch across multiple objects using SOSL with field snippets
salesforce_read_apexRead Apex classes including full source code and metadata with wildcard support
This server is missing a description.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Security Weekly
Get CVE alerts and security updates for 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.