Skip to content
Grok

Neural Draft for Grok

io.github.vbalagovic/neuraldraft-mcp

Neural Draft MCP — CMS, blog, bookings, galleries, commerce. 38 tools.

client:Grok transport:stdio runtime:npm

Install Neural Draft 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": {
    "neuraldraft-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@neuraldraft/mcp"
      ],
      "env": {
        "NEURALDRAFT_API_KEY": "<NEURALDRAFT_API_KEY>",
        "NEURALDRAFT_API_URL": "<NEURALDRAFT_API_URL>",
        "NEURALDRAFT_PROJECT_ID": "<NEURALDRAFT_PROJECT_ID>",
        "NEURALDRAFT_DISPLAY_NAME": "<NEURALDRAFT_DISPLAY_NAME>"
      }
    }
  }
}

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

Neural Draft in other clients