Official Salesforce integration — CRM records, leads, opportunities, and Einstein AI via your agent
The official Salesforce MCP server (launched as part of Anthropic's January 2026 MCP Apps) gives AI agents access to your entire Salesforce CRM. Manage deals, leads, contacts, and Einstein AI insights through natural language. Features: - Search and retrieve any Salesforce object (Accounts, Contacts, Opportunities, Cases) - Create and update records across standard and custom objects - Run SOQL queries for complex data retrieval - Access Einstein AI insights and predictions - Manage pipeline and forecast categories - View activity history and emails - Handle approvals and workflow actions - Access reports and dashboard data - Manage leads and conversion workflows One of the launch partners for Anthropic's MCP Apps — renders interactive CRM dashboards directly inside Claude's chat window. OAuth-authenticated with granular Salesforce permission sets. Works with Salesforce Enterprise, Unlimited, and Developer editions.
from agents import Agent
from agents.mcp import MCPServerStdio
mcp_server = MCPServerStdio(
command="npx",
args=["-y", "@salesforce/mcp"],
env={
"SALESFORCE_CLIENT_ID": "your_client_id",
"SALESFORCE_CLIENT_SECRET": "your_secret",
"SALESFORCE_INSTANCE_URL": "https://yourorg.salesforce.com",
},
)
agent = Agent(
name="My Agent",
model="gpt-4o",
mcp_servers=[mcp_server],
)If you maintain Salesforce MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/salesforce-mcp)
Airtable MCP
Query and update Airtable bases — CRM, project tracking, and custom databases via natural language
HubSpot MCP
Official HubSpot integration — automate CRM, marketing, and service workflows from AI
Windsor.ai MCP Server
Query your marketing, sales, and customer data in plain English — across 325+ sources.