$ timeahead.in
/ servers/npm/@salesforce/mcp
npm

@salesforce/mcp

MCP Server for interacting with Salesforce instances

421 stars41k/wkupdated 2d agogithub ↗
90excellent
▣ Overview
NPMLicense

What it does

The Salesforce DX MCP Server exposes Salesforce org operations to Claude through a toolset architecture. Tools are organized into categories—orgs, metadata, data, and users—and you enable only the ones your workflow needs via startup flags. Under the hood it leverages Salesforce DX, so it integrates with your existing org authentication. The server is currently in beta.

Who it's for

Salesforce backend engineers and administrators automating routine org tasks through Claude: deploying metadata, querying limits or data, running tests, or managing permissions. Platform teams building AI-assisted Salesforce workflows will find this useful for reducing manual admin overhead.

Common use cases

  • Deploy Apex code and custom objects to a target org via Claude prompts
  • Query org configuration, user records, or data limits in natural language
  • Run Apex unit tests and retrieve results for debugging without leaving the IDE
  • Manage user permissions and activation states through conversational requests
  • Validate org state and permission models against expected configuration

Setup pitfalls

  • Salesforce DX CLI (sf or sfdx) must be installed and authenticated on the host; MCP server cannot reach your org without it
  • A default target org is required—set via environment variable or configure via sf org list before startup
  • Config syntax differs by MCP client: .mcp.json for Claude Code, cline_mcp_settings.json for Cline, mcp.json for Cursor; double-check your client's docs
  • Tools are in beta; breaking changes may ship between releases. Use --allow-non-ga-tools to opt into experimental features
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
82
16.3
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
90.3
⚿ Capabilities & Risk Explainer
fs readfs writeexecsecrets
◆ Risk level: medium
fs read + fs write + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "salesforcemcp": {
      "command": "npx",
      "args": [
        "-y",
        "@salesforce/mcp"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
72/ 100 · is this project alive?
contributors (1y)34
top contributor share51%
releases (1y)100
last release14d ago
ci✓ passing
⛁ Raw data
weekly downloads41k
github stars421
forks100
open issues35
license✓ present
readme length34469 chars
last publish0d ago
last commit2d ago
last updated1d ago
install verified✗ fail · 29d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points