Skip to content
Grok

make mcp for Grok

io.github.danishashko/make-mcp

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI

client:Grok transport:stdio runtime:npm

Install make mcp 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": {
    "make-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "make-mcp-server"
      ],
      "env": {
        "MAKE_API_KEY": "<MAKE_API_KEY>",
        "MAKE_TEAM_ID": "<MAKE_TEAM_ID>",
        "MAKE_API_URL": "<MAKE_API_URL>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

make mcp in other clients