Salesforce MCP Sample Integration MCP Server

# Salesforce MCP Sample Integration This project provides a basic example of integrating with Salesforce using the Model Context Protocol (MCP). It

Local serverstdio

What is the Salesforce MCP Sample Integration MCP server?

Salesforce MCP Sample Integration This project provides a basic example of integrating with Salesforce using the Model Context Protocol (MCP). It allows interaction with Salesforce features like sending emails and deploying Apex code. That is what the salesforce mcp sample integration mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The tools it exposes

The server publishes 1 tool. What each one is for:

What it needs from you

Configuration is passed through the environment: YOUR_SALESFORCE_LOGIN_URL, YOUR_CONNECTED_APP_CONSUMER_KEY, SF_PRIVATE_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js and npm (or yarn) installed. * A Salesforce org where you can create a Connected App.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Salesforce MCP Sample Integration's toolset — Important — is a fair guide to whether it matches your workflow. It is maintained by lciesielski; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Important** Ensure you have a [Connected App configured in Salesforce](https://help.salesforce.com/s/articleView?id=sf.connected_app_create_api_integration.htm&type=5) for JWT authentication, allowing the appropriate scopes and p

Configuration

  • Node.js and npm (or yarn) installed. * A Salesforce org where you can create a Connected App.
VariableDescriptionRequired
YOUR_SALESFORCE_LOGIN_URLEndpoint or connection string the server talks to.Yes
YOUR_CONNECTED_APP_CONSUMER_KEYCredential the server authenticates with.Yes
SF_PRIVATE_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Salesforce MCP Sample Integration to Important.

Frequently asked questions

It provides MCP tools to interact with Salesforce, specifically sending emails and deploying Apex code from an MCP client.