MCP Directory
Back

new-SFMC-MCP

by seuba · TypeScript · ★ 0

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for **Salesforce Marketing Cloud (SFMC)**. Connects Claude (and any MCP-compatible AI) to your SFMC instance via both the REST and SOAP APIs.

Install

npx -y github:seuba/new-SFMC-MCP

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "new-sfmc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:seuba/new-SFMC-MCP"
      ]
    }
  }
}

From the README

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for **Salesforce Marketing Cloud (SFMC)**. Connects Claude (and any MCP-compatible AI) to your SFMC instance via both the REST and SOAP APIs. |---| | **Data Extensions** | List DEs, describe schema, query rows, upsert rows, delete rows, create DE | | **Email Sends** | List emails, list/start/pause triggered send defs, fire triggered sends, check send job status | | **Subscribers** | Get subscriber, upsert subscriber, unsubscribe, list lists, add/remove from list, bulk contact upsert | | **Journey Builder** | List journey…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related communication servers