MCP server for Salesforce
Project description
MCP Server for salesforce
Features
- Connects to Salesforce using environment variables for credentials.
- Provides tools to:
- Run SOQL queries.
- Run SOSL searches.
- Retrieve metadata about Salesforce object fields.
- Get, create, update, and delete Salesforce records.
- Execute Salesforce Tooling API requests.
- Execute Apex REST API requests.
- Make direct REST API calls to Salesforce.
- Caches object field metadata for performance.
- Handles errors and connection issues gracefully.
Configuration
A standard version to use it, is to setup your claude mcp configuration file like this :
{
"mcpServers": {
"salesforce": {
"command": "uvx",
"args": [
"mcp-salesforce",
],
"env": {
"SALESFORCE_INSTANCE_URL": "YOUR DOMAIN" (login | test | your custom domain)
"SALESFORCE_USERNAME": "YOUR_SALESFORCE_USERNAME",
"SALESFORCE_PASSWORD": "YOUR_SALESFORCE_PASSWORD",
"SALESFORCE_SECURITY_TOKEN": "YOUR_SALESFORCE_SECURITY_TOKEN"
}
}
}
}
You can also use it with simonw/llm cli utils.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcp_salesforce-0.1.3.tar.gz
(39.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_salesforce-0.1.3.tar.gz.
File metadata
- Download URL: mcp_salesforce-0.1.3.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72d0ff61d93f662adac3f2e32b24cdd9291b68dfc186eeb9fac671e944d6bda3
|
|
| MD5 |
405a0b4a7cdfceeaa906d780f33152aa
|
|
| BLAKE2b-256 |
cd006e538e0654e0ce7234fa44a28dda2b1a0cd0f5bb78a9f510bf81eb7a09ed
|
File details
Details for the file mcp_salesforce-0.1.3-py3-none-any.whl.
File metadata
- Download URL: mcp_salesforce-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a37ec5061ecf068acf02dadc9bd0d269215c8a0c95c8772b01c1e5fe9f58d065
|
|
| MD5 |
3f551a4b054bdf26185c0f2afb4b24a4
|
|
| BLAKE2b-256 |
1c85f13e9765f3b3153bfe1c90c40d4c48e49c878275c72d101f2a196f7959f7
|