Salesforce Copilot MCP
Provides tools for querying Salesforce, describing objects, getting pipeline summaries, listing recent activity, detecting anomalies, and getting schema context.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Salesforce Copilot MCPshow me the pipeline summary for this quarter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Salesforce MCP for Microsoft 365 Copilot
This project hosts a remote MCP server for Microsoft 365 Copilot and Teams scenarios. It preserves the existing Salesforce toolset and Salesforce OAuth flow, but removes the Claude-specific OAuth broker and replaces it with Microsoft identity on Azure App Service.
Exposed tools
query_salesforcedescribe_objectget_pipeline_summarylist_recent_activitydetect_anomaliesget_schema_context
Related MCP server: MCP Salesforce Lite
Runtime architecture
Microsoft 365 Copilot / Teams -> Federated connector -> Azure App Service hosted MCP server -> Salesforce REST APIs
Authentication model
Microsoft identity is supplied to the app by Azure App Service Authentication.
The app resolves the signed-in Microsoft user from App Service headers.
That user starts Salesforce sign-in at
/auth/salesforce/start.Salesforce OAuth tokens are stored per Microsoft user session.
MCP requests on
/mcpexecute with that user's Salesforce session.
Key endpoints
GET /healthGET /auth/statusGET /auth/salesforce/startGET /auth/salesforce/callbackGET /auth/salesforce/disconnectPOST /mcpGET /ssePOST /message
Local development
Copy
.env.exampleto.env.Fill in Salesforce values.
For local testing only, set
DEV_BYPASS_USER_IDand optionally the otherDEV_BYPASS_*values.Run
npm install.Run
npm run buildandnpm start.Open
http://localhost:3000/auth/salesforce/startto connect Salesforce.
Azure deployment
See AZURE-DEPLOYMENT.md for the Azure App Service and Microsoft 365 Copilot setup.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AethereusRiyaAgrawal/salesforce-copilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server