Salesforce MCP Server

Author:@kablewy
View on GitHub

Overview

Salesforce MCP Server is a Model Context Protocol server. It connects to the Salesforce REST API, letting developers work with Salesforce data.

To use it, clone its repository. Set up your Salesforce credentials in the environment, install the required dependencies, build the project, and start the server.

Key features include executing SOQL queries, retrieving object metadata, and creating, updating, or deleting records. It handles secure authentication and provides real-time data access.

Use cases are automating data retrieval with SOQL, managing records in applications, and building secure integrations with other systems.

SOQL (Salesforce Object Query Language) is used to query data. The server supports secure authentication. Project contributions via pull requests are welcome.