sh0n0/chan-mcp-server
3.2
If you are the rightful owner of chan-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
An unofficial MCP Server for 4chan that allows interaction with 4chan boards, threads, and posts through the Model Context Protocol.
Tools
3
Resources
0
Prompts
0
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