salesforce-mcp

NeverEndingCode/salesforce-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
Yet another Salesforce MCP server. This requires the Salesforce CLI installed.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "salesforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "NeverEndingCode/salesforce-mcp"
      ]
    }
  }
}

README Excerpt

Monorepo with two packages, both built on top of the local `sf` CLI: - **`packages/sf-core`** — shared engine that shells out to `sf`. No state, no auth handling of its own — `sf` already owns org authorization locally (`sf org login web`). Includes the Production write-block guard (see below). - **`packages/mcp-server`** — MCP server (stdio transport) exposing read-only tools: `list_orgs`, `get_org_info`, `run_soql`, `describe_sobject`, `list_metadata`, `get_field_dependencies`, `find_field_in_