salesforce-mcp-server

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.

How do I install the Salesforce MCP Server?

You can install the Salesforce MCP Server via Smithery using the command: npx -y @smithery/cli install salesforce-mcp-server --client claude.

What is required to set up the server?

To set up the server, clone the repository, copy .env.example to .env and fill in your Salesforce credentials, install dependencies with npm install, build with npm run build, and start the server with npm start.

How can I ensure the security of my Salesforce MCP Server?

Ensure security by keeping your .env file secure, using IP restrictions in Salesforce, regularly rotating your security token, and considering additional authentication for the MCP server.

What operations can I perform with the Salesforce MCP Server?

You can execute SOQL queries, retrieve object metadata, and perform create, update, and delete operations on Salesforce records.

Is there a license for the Salesforce MCP Server?

Yes, the Salesforce MCP Server is licensed under the MIT License.