Skip to content
Grok

VitaminMCP for Grok

io.github.backas03/vitaminmcp

Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.

client:Grok transport:stdio runtime:npm

Install VitaminMCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vitaminmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vitaminmcp"
      ]
    }
  }
}

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

VitaminMCP in other clients