Mcp

@salesforce/mcp

MCP Server for interacting with Salesforce instances

0 downloads
v0.26.9

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @salesforce/mcp

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @salesforce/mcp

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

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

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "mcp": {
        "command": "npx",
        "args": [
          "-y",
          "@salesforce/mcp"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

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

About

MCP Server for interacting with Salesforce instances

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
0.26.9
License
Apache-2.0
Category
other
MCP Version
1.0
Published
4/24/2025
Updated
3/6/2026