Skip to content
Grok

makers page mcp for Grok

io.github.alexcloudstar/makers-page-mcp

Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent.

client:Grok transport:stdio runtime:npm

Install makers page 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": {
    "makers-page-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "makers-page-mcp"
      ],
      "env": {
        "X_CLIENT_ID": "<X_CLIENT_ID>",
        "X_CLIENT_SECRET": "<X_CLIENT_SECRET>",
        "X_REDIRECT_URI": "<X_REDIRECT_URI>"
      }
    }
  }
}

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

makers page mcp in other clients