Skip to content
Grok

sfmc mcp server for Grok

io.github.inefavel/sfmc-mcp-server

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

client:Grok transport:stdio runtime:npm

Install sfmc mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sfmc-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sfmc-mcp-server"
      ],
      "env": {
        "SFMC_SUBDOMAIN": "<SFMC_SUBDOMAIN>",
        "SFMC_CLIENT_ID": "<SFMC_CLIENT_ID>",
        "SFMC_CLIENT_SECRET": "<SFMC_CLIENT_SECRET>",
        "SFMC_ACCOUNT_ID": "<SFMC_ACCOUNT_ID>",
        "SFMC_MODE": "<SFMC_MODE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

sfmc mcp server in other clients