S

Salesforce MCP

Query and update Salesforce objects with SOQL and SOSL.

Salesforce·No reviews yet
Repo Docs
Share:

About

Talk to any Salesforce org: run SOQL queries, execute SOSL search, describe objects, insert and update standard/custom records, and trigger Apex REST endpoints. Great for building agents that answer "what's the status of account X" without leaving chat. OAuth 2.0 with a connected app.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Salesforce MCP

Claude Desktop

Add this to claude_desktop_config.json.

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

Cursor

Add this to ~/.cursor/mcp.json.

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

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "salesforce": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-salesforce"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.