← Back to browse

salesforce-metadata-mcp

About

The only Salesforce MCP with Agentforce, OmniStudio & DevOps Center tools — 219 total.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSF_INSTANCE_URL SF_ACCESS_TOKEN SF_ALIAS
Claude Code
claude mcp add --env SF_INSTANCE_URL= --env SF_ACCESS_TOKEN= --env SF_ALIAS= salesforce-metadata-mcp -- npx salesforce-metadata-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"salesforce-metadata-mcp","command":"npx","args":["salesforce-metadata-mcp"],"env":{"SF_INSTANCE_URL":"","SF_ACCESS_TOKEN":"","SF_ALIAS":""}}'
JSON
{
  "mcpServers": {
    "salesforce-metadata-mcp": {
      "command": "npx",
      "args": [
        "salesforce-metadata-mcp"
      ],
      "env": {
        "SF_INSTANCE_URL": "",
        "SF_ACCESS_TOKEN": "",
        "SF_ALIAS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.