Salesforce MCP Server
@SurajAdsul
About Salesforce MCP Server
An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with your Salesforce data and metadata. This server allows Claude to query, modify, and manage your Salesforce objects and records using everyday l
Basic information
Category
Data & Analytics
License
MIT
Runtime
node
Transports
stdio
Publisher
SurajAdsul
Submitted by
Suraj Adsul
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": [
"-y",
"@surajadsul02/mcp-server-salesforce"
],
"env": {
"SALESFORCE_USERNAME": "",
"SALESFORCE_PASSWORD": "",
"SALESFORCE_TOKEN": "",
"SALESFORCE_INSTANCE_URL": ""
}
}
}
}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?
An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata. It allows Claude to query, modify, and manage Salesforce objects and records using everyday language.
How to use Salesforce MCP Server?
Install the package globally with npm install -g @surajadsul02/mcp-server-salesforce. Configure authentication using either username/password with a security token or OAuth2 with a consumer key and secret, then set the required environment variables (SALESFORCE_USERNAME, SALESFORCE_PASSWORD, etc.) in your MCP client's configuration file for Cursor IDE or Claude Desktop.
Key features of Salesforce MCP Server
- Create and modify custom objects and fields using natural language
- Find Salesforce objects using partial name matches
- Get comprehensive field and relationship details for any object
- Query records with relationship support and complex filters
- Insert, update, delete, and upsert records with ease
- Search across multiple objects using SOSL
Use cases of Salesforce MCP Server
- Search for Salesforce objects using partial name matches
- Retrieve detailed schema information for any object
- Query records with filters and relationships
- Create and modify custom objects and fields
- Perform cross-object SOSL searches
FAQ from Salesforce MCP Server
What authentication methods are supported?
The server supports username/password with a security token and OAuth2 with a consumer key
More Data & Analytics MCP servers
MCP Server for Data Exploration
reading-plus-aimcp-server-apache-airflow
yangkyeongmoMCP Server for Deep Research
reading-plus-aiMCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Comments