Odel
sfmc mcp server

sfmc mcp server

Local
@inefavelTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsfmc-mcp-serverv0.2.1

Run

npx -y sfmc-mcp-server

MCP client config

{
  "mcpServers": {
    "sfmc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sfmc-mcp-server"
      ]
    }
  }
}