MCP.so
Sign In

Salesforce MCP Server

@kablewy

About Salesforce MCP Server

Model Context Protocol server for Salesforce REST API integration

Basic information

Category

Data & Analytics

Transports

stdio

Publisher

kablewy

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "salesforce-mcp-server-kablewy": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "salesforce-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Salesforce MCP Server?

Salesforce MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with Salesforce via its REST API using jsforce. It provides secure, real-time access to Salesforce data for querying, metadata retrieval, and record management.

How to use Salesforce MCP Server?

Install automatically via Smithery (npx -y @smithery/cli install salesforce-mcp-server --client claude) or manually: clone the repo, copy .env.example to .env, fill in Salesforce credentials, run npm install, npm run build, and npm start. The server exposes five functions: query, describe-object, create, update, and delete.

Key features of Salesforce MCP Server

  • Execute SOQL queries
  • Retrieve object metadata
  • Create, update, and delete records
  • Secure authentication handling
  • Real-time data access

Use cases of Salesforce MCP Server

  • Query Salesforce objects using SOQL (e.g., Accounts)
  • Describe metadata of any Salesforce object
  • Create new records (e.g., Contacts)
  • Update existing records (e.g., change email)
  • Delete records by ID

FAQ from Salesforce MCP Server

How do I install Salesforce MCP Server?

Use the Smithery CLI command or manually clone the repo, copy .env.example to .env, run npm install, npm run build, and npm start.

What Salesforce operations does it support?

It supports SOQL queries, object metadata retrieval, and full CRUD (create, update, delete) operations.

How do I authenticate with Salesforce?

Provide your Salesforce credentials (username, password, and likely security token) in the .env file as described in the Setup section.

What security measures are recommended?

Keep your .env file secure, enable IP restrictions in Salesforce, regularly rotate your security token, and consider additional authentication for the MCP server.

Is the Salesforce MCP Server open source?

Yes, it is released under the MIT License.

Comments

More Data & Analytics MCP servers