Skip to content
Grok

websitetoolbox mcp for Grok

io.github.webtoolbox/websitetoolbox-mcp

Community forum management — posts, users, search, and moderation via the Website Toolbox API.

client:Grok transport:stdio runtime:npm

Install websitetoolbox mcp in Grok

.mcp.json (in your project root)

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

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

websitetoolbox mcp in other clients