mcp rule34 for Windsurf
io.github.smeet666/mcp-rule34
Search rule34.xxx posts by tag through the site's own API. Needs a rule34.xxx API key.
client:Windsurf
transport:stdio
runtime:npm
Install mcp rule34 in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-rule34": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs