mcpbeat Sign in

Salesforce Metadata MCP Server

by semwalajay83-sem Your server? Claim it
local only

Salesforce Metadata MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 191 installs a week from npm. Last commit 9 Sep 2026.

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

Installs per day peak 330 · avg 60 · -6% w/w
a month agotoday
191
Installs / week
npm · salesforce-metadata-mcp
2
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/services/impact.ts:197, src/services/salesforce.ts:5967
      `/query?q=${encodeURIComponent(`SELECT COUNT() FROM ${obj}`)}`

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add salesforce-metadata-mcp -- npx -y salesforce-metadata-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "salesforce-metadata-mcp": {
      "args": [
        "-y",
        "salesforce-metadata-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.salesforce-metadata-mcp]
command = "npx"
args = ["-y", "salesforce-metadata-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "salesforce-metadata-mcp": {
      "args": [
        "-y",
        "salesforce-metadata-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "salesforce-metadata-mcp": {
      "args": [
        "-y",
        "salesforce-metadata-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SF_INSTANCE_URL (Salesforce org URL, e.g. https://yourorg.my.salesforce.com), SF_ACCESS_TOKEN (Salesforce access token (or use SF_ALIAS / JWT variables instead)), SF_ALIAS (Salesforce CLI org alias (alternative to SF_ACCESS_TOKEN)), SF_TOOLSETS (Toolsets to load at startup: 'all', 'none', or a comma-separated list. Default: core,metadata. All 228 tools stay available via sf_find_tool / sf_load_toolset.), SF_PRODUCTION_GUARD (Refuse destructive tools on production orgs: 'destructive' (default), 'strict', or 'off'. Metadata creation is never affected.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Salesforce Metadata MCP

same job, measured the same way
Azure DevOps (ADO)
by premierinc

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

answering
Sota
by sota-deploy

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

local only
VMware AIops
by zw008

AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 31 MCP tools.

2 745 installs/wk local only
VMware AIops
by vmware-skills

AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 60 MCP tools.

local only
Mysql MCP
by neverinfamous

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

local only
DevOps Agent
by shittuay

Manage AWS, Azure, GCP, Kubernetes, CI/CD, Docker, Terraform and more. 727 tools.

32 installs/wk answering
Base Gasless Deploy MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle

69 installs/wk local only
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only

Salesforce Metadata MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Salesforce Metadata MCP?
Salesforce Metadata MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package salesforce-metadata-mcp was installed 191 times last week.
How do I connect Salesforce Metadata MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls salesforce-metadata-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Salesforce Metadata MCP?
The npm package salesforce-metadata-mcp was installed 191 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Salesforce Metadata MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.