fourchan mcp for Cursor
io.github.mrfentmen/fourchan-mcp
Use this MCP server to 4chan, board catalogs, threads, and posts from the raw internet culture...
client:Cursor
transport:stdio
runtime:npm
Install fourchan mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fourchan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fourchan-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs