Skip to content
LangChain

PullPush Reddit for LangChain

io.github.jacklenzotti/pullpush-mcp

Search Reddit comments and submissions via PullPush.io with filtering by subreddit, author, and date

client:LangChain transport:stdio runtime:npm

Install PullPush Reddit in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

PullPush Reddit in other clients