mcpbeat Sign in

Sfmc MCP Server

local only

Sfmc MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 12 Jul 2026.

MCP Server para Salesforce Marketing Cloud: valida queries do Automation Studio antes de rodar.

Installs per day peak 15 · avg 5 · -2% w/w
a month agotoday
39
Installs / week
npm · sfmc-mcp-server
0
Stars
0 open issues
12 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sfmc MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 sfmc-mcp-server -- npx -y sfmc-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sfmc-mcp-server": {
      "args": [
        "-y",
        "sfmc-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sfmc-mcp-server]
command = "npx"
args = ["-y", "sfmc-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "sfmc-mcp-server": {
      "args": [
        "-y",
        "sfmc-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sfmc-mcp-server": {
      "args": [
        "-y",
        "sfmc-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SFMC_SUBDOMAIN (Subdomínio da instância SFMC (a parte antes de .auth.marketingcloudapis.com)), SFMC_CLIENT_ID (Client ID do Installed Package (API Integration Server-to-Server)), SFMC_CLIENT_SECRET (Client Secret do Installed Package), SFMC_ACCOUNT_ID (MID da Business Unit alvo (opcional; usa a BU padrão do package se omitido)), SFMC_MODE (Modo de operação: "read" (padrão) ou "write"). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sfmc MCP Server

same job, measured the same way
Provar MCP Server
by provartesting

Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.

427 installs/wk local only
Sequenzy MCP
by polnikale

Sequenzy MCP server for AI-powered email marketing automation.

answering
MCP Coda
by vish288

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

264 installs/wk local only
best-cad-mcp
by lokmenower

Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.

288 installs/wk local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
Make MCP
by danishashko

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI

113 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only

Sfmc MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Sfmc MCP Server?
Sfmc MCP Server 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 sfmc-mcp-server was installed 39 times last week.
How do I connect Sfmc MCP Server?
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 sfmc-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Sfmc MCP Server?
The npm package sfmc-mcp-server was installed 39 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sfmc MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.