Skip to content
LangChain

fourchan mcp for LangChain

io.github.mrfentmen/fourchan-mcp

Use this MCP server to 4chan, board catalogs, threads, and posts from the raw internet culture...

client:LangChain transport:stdio runtime:npm

Install fourchan mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fourchan-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "fourchan-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

fourchan mcp in other clients