Skip to content
Windsurf

Salesforce for Windsurf

io.github.mindstone/mcp-server-salesforce

Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects

client:Windsurf transport:stdio runtime:npm

Install Salesforce in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-salesforce": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-salesforce"
      ],
      "env": {
        "SALESFORCE_CLIENT_ID": "<SALESFORCE_CLIENT_ID>",
        "SALESFORCE_CLIENT_SECRET": "<SALESFORCE_CLIENT_SECRET>",
        "SALESFORCE_SANDBOX": "<SALESFORCE_SANDBOX>",
        "SALESFORCE_ACCESS_TOKEN": "<SALESFORCE_ACCESS_TOKEN>",
        "SALESFORCE_INSTANCE_URL": "<SALESFORCE_INSTANCE_URL>",
        "SALESFORCE_CONFIG_DIR": "<SALESFORCE_CONFIG_DIR>",
        "SALESFORCE_OAUTH_PORT": "<SALESFORCE_OAUTH_PORT>",
        "SALESFORCE_OAUTH_SCOPES": "<SALESFORCE_OAUTH_SCOPES>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Salesforce in other clients