MCP Salesforce Server
@AiondaDotCom
About MCP Salesforce Server
π Complete MCP (Model Context Protocol) server for Salesforce integration with Claude Desktop. Provides seamless OAuth authentication, universal CRUD operations on any Salesforce object.
Basic information
Category
Data & Analytics
License
BSD-2-Clause license
Runtime
node
Transports
stdio
Publisher
AiondaDotCom
Submitted by
Stephan Ferraro
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": [
"@aiondadotcom/mcp-salesforce"
],
"env": {
"SALESFORCE_CLIENT_ID": "your-client-id",
"SALESFORCE_CLIENT_SECRET": "your-client-secret",
"SALESFORCE_INSTANCE_URL": "https://yourorg.salesforce.com"
}
}
}
}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 MCP Salesforce Server?
An MCP server that provides seamless Salesforce integration via OAuth authentication, enabling AI assistants like Claude to interact with any Salesforce organization through a secure, generic interface.
How to use MCP Salesforce Server?
Install via NPX (npx @aiondadotcom/mcp-salesforce) or clone the repository for development. Configure environment variables (SALESFORCE_CLIENT_ID, SALESFORCE_CLIENT_SECRET, SALESFORCE_INSTANCE_URL) and add the server to your MCP client configuration. Claude automatically handles OAuth authentication on first use.
Key features of MCP Salesforce Server
- Seamless OAuth authentication with automatic token refresh.
- Zero manual setup β Claude handles OAuth flow transparently.
- Works with any Salesforce org, including custom objects.
- Smart installation learning β analyzes all objects and fields.
- Full CRUD operations on any Salesforce record.
- Comprehensive backup system with file and schema support.
- Point-in-time data recovery via the Time Machine feature.
Use cases of MCP Salesforce Server
- Verify and update account addresses in Salesforce.
- Query recent contacts or opportunities using SOQL.
- Create, update, or delete any Salesforce records.
- Explore Salesforce schema and learn custom objects.
- Perform full or incremental backups of data and files.
FAQ from MCP Salesforce Server
What are the runtime requirements?
Node.js 18+ and macOS are required for secure token storage.
How do I set up Salesforce OAuth?
Create a Connected App in Salesforce with OAuth enabled, copy the Consumer Key and Secret, and set them as environment variables.
Do I need to run any manual OAuth flows?
No. Claude automatically triggers the OAuth flow when authentication is needed.
What does the salesforce_learn tool do?
It analyzes your complete Salesforce installation (objects, fields, relationships) and stores the information locally for intelligent assistance.
Does the backup include files and documents?
Yes. It backs up ContentVersions, Attachments, Documents, and all object data with complete schema information.
More Data & Analytics MCP servers
MCP.science: Open Source MCP Servers for Scientific Research ππ
pathintegral-instituteOpen Source MCP Servers for Scientific Research
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad managementβall th
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
HubSpot MCP Server
peakmojoA 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.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
Comments