GitHub Stars
136
User Rating
Not Rated
Favorites
0
Views
24
Forks
46
Issues
6
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.7 or higher
Salesforce SDK: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/smn2gnt/MCP-Salesforce
cd MCP-Salesforce
2. Install Dependencies
bash
pip install -r requirements.txt
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"salesforce": {
"command": "uvx",
"args": [
"--from",
"mcp-salesforce-connector",
"salesforce"
],
"env": {
"SALESFORCE_ACCESS_TOKEN": "SALESFORCE_ACCESS_TOKEN",
"SALESFORCE_INSTANCE_URL": "SALESFORCE_INSTANCE_URL"
}
}
}
}
4. Start Server
bash
uvicorn main:app --reload
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
Related MCPs
congressMCP
15
CongressMCP is a tool that allows your AI assistant to access comprehensive U.S. Congressional data. It retrieves live data on bills, votes, committee reports, member information, and more through an API, responding to inquiries in natural language. It is easy to set up and ready for quick use.
titanmind-whatsapp-mcp
15
Titanmind-WhatsApp is a Python library designed to facilitate automated communication through WhatsApp. Users can easily manage sending and receiving messages, and it allows integration with other applications via an API. This library combines ease of use with functionality, making it customizable to meet both business and personal needs.