Salesforce MCP Server
@kablewy
About Salesforce MCP Server
Model Context Protocol server for Salesforce REST API integration
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"salesforce-mcp-server-kablewy": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"salesforce-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Salesforce MCP Server?
Salesforce MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with Salesforce via its REST API using jsforce. It provides secure, real-time access to Salesforce data for querying, metadata retrieval, and record management.
How to use Salesforce MCP Server?
Install automatically via Smithery (npx -y @smithery/cli install salesforce-mcp-server --client claude) or manually: clone the repo, copy .env.example to .env, fill in Salesforce credentials, run npm install, npm run build, and npm start. The server exposes five functions: query, describe-object, create, update, and delete.
Key features of Salesforce MCP Server
- Execute SOQL queries
- Retrieve object metadata
- Create, update, and delete records
- Secure authentication handling
- Real-time data access
Use cases of Salesforce MCP Server
- Query Salesforce objects using SOQL (e.g., Accounts)
- Describe metadata of any Salesforce object
- Create new records (e.g., Contacts)
- Update existing records (e.g., change email)
- Delete records by ID
FAQ from Salesforce MCP Server
How do I install Salesforce MCP Server?
Use the Smithery CLI command or manually clone the repo, copy .env.example to .env, run npm install, npm run build, and npm start.
What Salesforce operations does it support?
It supports SOQL queries, object metadata retrieval, and full CRUD (create, update, delete) operations.
How do I authenticate with Salesforce?
Provide your Salesforce credentials (username, password, and likely security token) in the .env file as described in the Setup section.
What security measures are recommended?
Keep your .env file secure, enable IP restrictions in Salesforce, regularly rotate your security token, and consider additional authentication for the MCP server.
Is the Salesforce MCP Server open source?
Yes, it is released under the MIT License.
More Data & Analytics MCP servers
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
πͺβ¨ Jupyter MCP Server
datalayerπͺ π§ Model Context Protocol (MCP) Server for Jupyter.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
π Semantic Scholar MCP Server
JackKuo666π This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Comments