Skip to content
Cursor

Salesforce Cloud for Cursor

io.github.aaronsb/salesforce-cloud

AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics

client:Cursor transport:stdio runtime:npm

Install Salesforce Cloud in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "salesforce-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "env": {
        "SF_CLIENT_ID": "<SF_CLIENT_ID>",
        "SF_CLIENT_SECRET": "<SF_CLIENT_SECRET>",
        "SF_USERNAME": "<SF_USERNAME>",
        "SF_PASSWORD": "<SF_PASSWORD>",
        "SF_LOGIN_URL": "<SF_LOGIN_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Salesforce Cloud in other clients