S
Salesforce MCP Claude Code
Salesforce MCP server for Claude Code in VS Code — enables Claude to directly automate Salesforce
Created 2/24/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/hussein-automator/salesforce-mcp-claude-code
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"hussein-automator-salesforce-mcp-claude-code": {
"command": "git",
"args": [
"clone",
"https://github.com/hussein-automator/salesforce-mcp-claude-code"
]
}
}
}