salesforce-mcp-server
33
Salesforce MCP Server is a Model Context Protocol server designed to interact with Salesforce via its REST API using jsforce. It offers functionalities like executing SOQL queries, managing records, and retrieving object metadata while ensuring secure authentication and real-time data access.
Salesforce MCP Server
A Model Context Protocol server implementation for interacting with Salesforce through its REST API using jsforce.
Features
- Execute SOQL queries
- Retrieve object metadata
- Create, update, and delete records
- Secure authentication handling
- Real-time data access
Setup
- Clone the repository
- Copy
.env.example
to.env
and fill in your Salesforce credentials - Install dependencies with npm
- Build and start the server
Security
- Keep your
.env
file secure - Use IP restrictions in Salesforce
- Regularly rotate your security token