chan-mcp-server
v0.1.1
Published
An unofficial MCP server for 4chan
Downloads
61
Readme
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 installDebug
Use MCP Inspector to debug the server:
npx @modelcontextprotocol/inspector node dist/index.js