Skip to content
Grok

mcp rule34 for Grok

io.github.smeet666/mcp-rule34

Search rule34.xxx posts by tag through the site's own API. Needs a rule34.xxx API key.

client:Grok transport:stdio runtime:npm

Install mcp rule34 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": {
    "mcp-rule34": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-rule34"
      ],
      "env": {
        "RULE34_USER_ID": "<RULE34_USER_ID>",
        "RULE34_API_KEY": "<RULE34_API_KEY>",
        "RULE34_MIN_INTERVAL_MS": "<RULE34_MIN_INTERVAL_MS>",
        "RULE34_LOG_LEVEL": "<RULE34_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

mcp rule34 in other clients