📦
Chan MCP Server
An unofficial MCP server for 4chan
0 installs
Trust: 37 — Low
Ai
Ask AI about Chan MCP Server
Powered by Claude · Grounded in docs
I know everything about Chan MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
chan-mcp-server
An unofficial MCP Server for 4chan.
Tools
fetchBoards: Fetch list of 4chan boardsfetchThreads: Fetch threads from a 4chan boardfetchPosts: Fetch posts from a 4chan thread
Usage
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"chan-mcp-server": {
"command": "npx",
"args": [
"-y",
"chan-mcp-server"
]
}
}
}
Development
Prerequisites
Use mise to install Node.js and pnpm (recommended):
mise install
Debug
Use MCP Inspector to debug the server:
npx @modelcontextprotocol/inspector node dist/index.js
