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

@salesforce/mcp

MCP Server for interacting with Salesforce instances

423 stars22k/wkupdated 5d agogithub ↗
90good
▣ Overview
NPMLicense

What it does

This MCP server connects Claude and other LLMs to Salesforce orgs, enabling read and write access to org metadata, data, users, and administrative functions. It exposes Apex test execution, metadata queries and updates, data manipulation, and org configuration tools. Configuration is granular: you specify target orgs via the --orgs flag, which toolsets to enable (orgs, metadata, data, users), and optionally which individual tools to expose. The server is maintained by Salesforce, currently in beta, with comprehensive documentation in the Salesforce DX Developer Guide.

Who it's for

Salesforce developers and admins using Claude Code, Cursor, or Cline to automate org management; backend engineers wiring LLMs into Salesforce deployments or CI/CD pipelines; teams building AI-assisted configuration and migration tools.

Common use cases

  • Execute and analyze Apex tests through natural language prompts
  • Query and modify org metadata (custom objects, fields, Apex classes) via Claude
  • Automate data migrations and bulk operations by describing them to the LLM
  • Manage user accounts, permissions, and org-wide settings interactively

Setup pitfalls

  • Beta service — subject to Salesforce Beta Services Terms; feature or API changes may occur
  • Requires explicit JSON configuration in your MCP client (.mcp.json for Claude Code, cline_mcp_settings.json for Cline, etc.) with --orgs, --toolsets, and --tools flags; no auto-discovery
  • Depends on local Salesforce DX CLI authentication and org context — the server makes no network calls itself, so your authenticated sfdx environment is mandatory
  • Requires filesystem read/write access to org metadata and state files; ensure your MCP client sandbox permits this
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
78
15.7
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
89.7
⚿ 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 release16d ago
ci✓ passing
⛁ Raw data
weekly downloads22k
github stars423
forks100
open issues35
license✓ present
readme length34469 chars
last publish0d ago
last commit5d ago
last updated1d ago
install verified✗ fail · 31d 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