Skip to content
Cursor

mcp rule34 for Cursor

io.github.smeet666/mcp-rule34

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

client:Cursor transport:stdio runtime:npm

Install mcp rule34 in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp rule34 in other clients