Salesforce CRM integration β opportunities, accounts, SOQL, file downloads, analytics
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
This MCP (Model Context Protocol) server provides AI-powered tools for interacting with Salesforce, featuring opportunity intelligence, conversation analysis, business case generation, and standard CRUD operations. Built with pagination support and optimized response structures for AI workflows.
Imagine having a sales expert that instantly knows everything about your deals and can give you winning strategies. That's what this AI does with your Salesforce data.
You say: "Show me all Microsoft deals over $100K in the proposal stage"
AI does: Searches your entire Salesforce database and returns matching opportunities
You say: "How's the engagement on the Acme deal? Are we talking to the right people?"
AI does: Analyzes all your calls, emails, and activities to give engagement insights
You say: "Find me deals similar to this opportunity that we won"
AI does: Scans your database for similar successful deals and success patterns
You say: "Create a business case document for this opportunity"
AI does: Generates a professional PDF ready for executives
Scenario: "I'm struggling with the Acme Corp deal. It's been stuck in negotiation for 2 months."
AI Response: "Let me analyze the Acme opportunity... I see limited engagement in the past 3 weeks. You've had 2 calls with procurement but haven't connected with the decision maker yet. Similar deals that got unstuck had executive sponsor engagement. I found 3 comparable deals where scheduling an executive briefing moved things forward. Here's a business case document you can use..."
Scenario: "My manager wants to know why our cloud migration deals are taking so long to close."
AI Response: "Analyzing your cloud migration opportunities... The average sales cycle is 40% longer than industry standard. The pattern shows deals stall in the technical evaluation stage. Successful cloud deals had solution architects engaged 2 weeks earlier on average. I recommend involving technical resources sooner..."
The Magic: You just chat naturally. The AI automatically connects to your Salesforce, analyzes millions of data points, finds patterns, and gives you actionable recommendations. It's like having a sales intelligence team, data analyst, and business consultant all rolled into one AI that knows your Salesforce inside and out.
| π€ You | Can you look for any open salesforce opportunities where the solution engineer includes Aaron Rochelle? |
| π€ AI Assistant | Let me help you search for Salesforce opportunities where Aaron Rochelle is involved as a Solution Engineer. I'll run a query in your Salesforce database to find opportunities matching that criteria... π Found 3 opportunities: β’ Cloud Migration - Acme Corp ($250K, Proposal) β’ Digital Transformation - TechFlow ($180K, Qualification) β’ Infrastructure Upgrade - GlobalTech ($320K, Negotiation) |
| π€ You | Tell me more about the Acme Corp opportunity |
| π€ AI Assistant | Here are the key details for the Acme Corp Cloud Migration opportunity: πΌ Opportunity Details: β’ Account: Acme Corp β’ Amount: $250,000 β’ Stage: Proposal β’ Close Date: 2024-03-15 β’ Decision Maker: Sarah Johnson (IT Director) π Intelligence Insights: β’ Similar cloud deals average 45 days in proposal stage β’ 73% win rate when executive sponsor engaged early β’ Competitor: AWS (primary threat) β’ Next action: Schedule technical deep-dive |
| π€ You | What similar deals have we won? Show me the patterns |
| π€ AI Assistant | I found 8 similar cloud migration deals you've won in the past 12 months. Here are the key patterns: π― Success Patterns: β’ Average deal size: $275K (vs $250K current) β’ 67% had solution architect engaged by day 14 β’ 89% included a pilot/POC phase β’ Executive sponsors attended 78% of demos π Recommendation: Schedule Aaron for a technical deep-dive with their DevOps team this week. Based on similar wins, proposing a 2-week pilot will increase close probability by 34%. π Would you like me to generate a business case document for this opportunity? |
The Model Context Protocol (MCP) is a standardized way for AI models to interact with external tools and resources. MCP servers provide specific capabilities that can be used by AI models through a consistent interface. This Salesforce MCP server allows AI models to interact with Salesforce data and operations in a structured way.
The server requires configuration in your Claude desktop app's configuration file. On Linux, this is located at ~/.config/Claude/claude_desktop_config.json. On macOS, it's at ~/Library/Application Support/Claude/claude_desktop_config.json.
Add the following configuration to the mcpServers object in your config file:
SF_CLIENT_ID: Your Salesforce OAuth client IDSF_CLIENT_SECRET: Your Salesforce OAuth client secretSF_USERNAME: Your Salesforce usernameSF_PASSWORD: Your Salesforce passwordSF_LOGIN_URL: Salesforce login URL (optional, defaults to https://login.salesforce.com)To obtain these credentials:
When constructing queries or working with Salesforce data, it's important to understand that many fields referenced may be custom fields specific to your Salesforce instance. Here's what you need to know:
__c in their API namesObject Metadata Analysis:
describe_object tool with includeFields: true to examine both standard and custom fieldsField Type Consideration:
Query Construction:
If searching for "Project Status":
Find the field(s) that carry a concept when you know what you want to query but not the API name. Searches the discovered field catalog (ADR-302) by keyword across field API names, labels, and help text, ranked by match strength.
Example:
The match is lexical, not semantic: it finds fields whose metadata contains the term, so a concept the schema names differently won't surface β read salesforce://field-catalog/{objectName}/all to browse everything.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/salesforce-cloud)<a href="https://allmcps.com/mcp/salesforce-cloud"><img src="https://allmcps.com/api/badge/salesforce-cloud?style=directory" alt="Salesforce Cloud on AllMCPs" /></a>