lc

lciesielski/mcp-salesforce

MCP server with basic demonstration of interactions with Salesforce instance

#Salesforce#MCP server#integration
Publisherlciesielski/mcp-salesforce
Submitted date4/19/2025

Overview

Title

Salesforce MCP Sample Integration

How to Use

  1. Install dependencies using npm or yarn.
  2. Configure Salesforce credentials in utils/credentials.js.
  3. Set up a Connected App in Salesforce for JWT authentication.
  4. Run the server using node server.js.

Key Features

  • Integration with Salesforce using Model Context Protocol (MCP).
  • Supports sending emails and deploying Apex code via MCP.
  • Secure authentication via JWT Bearer Flow.
  • Includes a sample configuration file for MCP server setup.

Use Cases

  • Automating Salesforce workflows through MCP.
  • Testing and deploying Apex code efficiently.
  • Managing Salesforce email communications programmatically.

Visit More

View All