← Back to Plugins
MCP Server MCP

io.github.semwalajay83-sem/salesforce-metadata-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "salesforce-metadata-mcp",
      "version": "2.12.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Salesforce org URL, e.g. https://yourorg.my.salesforce.com",
          "isRequired": true,
          "name": "SF_INSTANCE_URL"
        },
        {
          "description": "Salesforce access token (or use SF_ALIAS / JWT variables instead)",
          "isSecret": true,
          "name": "SF_ACCESS_TOKEN"
        },
        {
          "description": "Salesforce CLI org alias (alternative to SF_ACCESS_TOKEN)",
          "name": "SF_ALIAS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...