Salesforce Hosted MCP Servers: Connect Claude to Your Salesforce Org
April 2026 | By Javed | RevOps & Salesforce Practitioner
Why This Matters
If you use Claude regularly for Salesforce work—writing SOQL, designing flows, or thinking through architecture—you’ve probably had this thought:
“I wish Claude could just see my org.”
Not screenshots. Not copied metadata. Actual live data.
That’s now possible.
With Salesforce Hosted MCP Servers, you can securely connect Claude directly to your Salesforce org—no middleware, no custom APIs, no token headaches.
What Is MCP?
MCP (Model Context Protocol) is an open standard that allows AI tools to connect with external systems.
Think of it as:
USB-C for AI integrations
- No custom APIs
- No complex integrations
- Works across tools like Claude, VS Code, Cursor
Hosted MCP vs DX MCP
Tip: For most users, Hosted MCP is the right starting point.
Available MCP Servers
- platform/sobject-all – Full CRUD
- platform/sobject-read – Read-only (recommended)
- platform/sobject-write – Create + Update
- platform/sobject-delete – Delete
- data-cloud-queries – Data Cloud SQL
Note: Use /sandbox/ in URL for sandbox orgs.
Step 1: Prepare Your Salesforce Org
Enable MCP
- Go to Setup
- Search: User Interface
- Enable “MCP Service (Beta)”
Create External Client App
- Go to External Client Apps → New
- Enable OAuth
- Callback URL:
https://claude.ai/oauth/callback
- Scopes:
- api
- refresh_token
- sfap_api
Save and copy your Consumer Key.
Step 2: Connect Claude
Production URL
https://api.salesforce.com/platform/mcp/v1/platform/sobject-read
Sandbox URL
https://api.salesforce.com/platform/mcp/v1/sandbox/platform/sobject-read
- Go to Claude → Customize → Connectors
- Add custom connector
- Paste URL
- Add Consumer Key
- Login to Salesforce
You’re connected.
Step 3: Test Your Connection
Basic
- What objects exist in my org?
- Describe Opportunity object
Data Queries
- Top 10 Opportunities
- Leads created last 30 days
Admin
- Custom fields on Contact
- Active flows
Troubleshooting
- Connection failed → Check Consumer Key
- Object not found → Check permissions
- Sandbox issue → Add
/sandbox/ - Auth loop → Clear cache
Security Best Practices
- Use read-only access first
- Create a dedicated integration user
- Test in sandbox before production
- Monitor audit logs
What You Can Build
- Natural language reporting
- Salesforce admin assistant
- AI-powered development workflows
- Faster onboarding
- Agentforce prototypes
Final Thoughts
This changes how we interact with Salesforce.
We move from:
- Dashboards
- Reports
- Manual queries
To:
Conversational access to your CRM
This is just the beginning.