SFMC_MCP_TOOL

gbo37/SFMC_MCP_TOOL
★ 8 stars TypeScript 🔌 API Integration Updated 16d ago
MCP tool for connecting Claude to Salesforce Marketing Cloud REST API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sfmc_mcp_tool": {
      "command": "npx",
      "args": [
        "-y",
        "gbo37/SFMC_MCP_TOOL"
      ]
    }
  }
}