Salesforce Metadata MCP

The only Salesforce MCP server that builds Agentforce agents, OmniStudio components, and DevOps Center pipelines - alongside a complete daily developer loop (schema describe, Apex read, debug logs) and 228 tools total for building, configuring, and automating Salesforce orgs directly from Claude or any MCP client. Its 40 documented tools cover custom, rule, metadata, record.

People who work with custom, rule and metadata and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-09 · ★ 2 · #226 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Salesforce Metadata MCP

before you install - you'll need

Set SF_INSTANCE_URL, SF_ACCESS_TOKEN before connecting. SF_TOOLSETS, SF_PRODUCTION_GUARD are optional or environment-specific per the README.

Claude Code

claude mcp add semwalajay83-sem-salesforce-metadata-mcp -- npx -y salesforce-metadata-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "semwalajay83-sem-salesforce-metadata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "salesforce-metadata-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package salesforce-metadata-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.semwalajay83-sem is GitHub-verified and matches the repo owner

03 · What Salesforce Metadata MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a custom object with all settings, create a field on any object (all types), create formula fields with full formula language support, and add values to existing picklist fields.

Capability map

Tools grouped from the project's README - what Salesforce Metadata MCP lets an agent do.

Custom

8 tools - e.g. Create a custom object with all settings; Create a field on any object (all types); Create a Custom Metadata Type (__mdt)

sf_create_custom_object · sf_create_custom_field · sf_create_custom_metadata_type · sf_create_custom_metadata_record · sf_create_custom_label · sf_create_custom_setting…

Field

4 tools - e.g. Create formula fields with full formula language support; Create controlling/dependent picklist dependency; Create workflow field update actions

sf_create_formula_field · sf_create_field_dependency · sf_create_workflow_field_update · sf_get_field_permissions

auth & access

3 tools - e.g. Create Permission Sets with all permissions; Create roles in the role hierarchy; Create Named Credentials for callouts

sf_create_permission_set · sf_create_role · sf_create_named_credential

Picklist

1 tool - e.g. Add values to existing picklist fields

sf_add_picklist_values

Global

1 tool - e.g. Create shared picklist usable across objects

sf_create_global_value_set

Record

1 tool - e.g. Create Record Types with picklist overrides

sf_create_record_type

Business

1 tool - e.g. Create Business Processes for Opp/Lead/Case

sf_create_business_process

Page

1 tool - e.g. Create Page Layouts with sections and fields

sf_create_page_layout

Latest releases

v3.0.0 · 2026-09-02

v2.8.7 · 2026-07-31

v2.8.7 · This is the first GitHub Release for this repo, so it covers everything shipped in git since npm's last published version (v2.8.0) - 7 patch releases and 42+ real bugs found and fixed by testing against a live…

04 · Who maintains Salesforce Metadata MCP

salesforce-metadata-mcp is maintained by semwalajay83-sem. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #226 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-02)
registry
io.github.semwalajay83-sem/salesforce-metadata-mcp (active, first published 2026-07-06 · 7 versions)
packages
npm:salesforce-metadata-mcp

06 · Salesforce Metadata MCP FAQ

Is Salesforce Metadata MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-09 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can Salesforce Metadata MCP do?

With this server connected, an agent can create a custom object with all settings, create a field on any object (all types), create formula fields with full formula language support, and add values to existing picklist fields.

How do I install Salesforce Metadata MCP?

Run `npx -y salesforce-metadata-mcp`. The README documents 4 environment variables (SF_INSTANCE_URL, SF_ACCESS_TOKEN, SF_TOOLSETS…) to set first. Set SF_INSTANCE_URL, SF_ACCESS_TOKEN before connecting. SF_TOOLSETS, SF_PRODUCTION_GUARD are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Salesforce Metadata MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Salesforce Metadata MCP

More MCP servers to compare · Xlsx For AI · Velog (seongwon030) · Acronis MCP · AppDirect MCP · Autotask MCP

More TypeScript MCP servers · Warp Ozbridge · Replicate MCP Server · Sendblue Browser MCP · AI · Sendsoon MCP Server · see all