Loading MCP server directory, please wait...
MCP Server para Salesforce Marketing Cloud: valida queries do Automation Studio antes de rodar.
npx @getmcp/cli add io.github.Inefavel/sfmc-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
SFMC_SUBDOMAINSubdomínio da instância SFMC (a parte antes de .auth.marketingcloudapis.com)
SFMC_CLIENT_IDClient ID do Installed Package (API Integration Server-to-Server)
SFMC_CLIENT_SECRETClient Secret do Installed Package
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Inefavel/sfmc-mcp-server": {
"command": "npx",
"args": [
"-y",
"sfmc-mcp-server"
],
"env": {
"SFMC_SUBDOMAIN": "",
"SFMC_CLIENT_ID": "",
"SFMC_CLIENT_SECRET": "",
"SFMC_ACCOUNT_ID": "",
"SFMC_MODE": ""
}
}
}
}