podpast for LangChain
io.github.tomdoeswork/podpast
Search and ask the podcasts you follow inside Claude, with the exact quote and timestamp.
client:LangChain
transport:streamable-http
Install podpast in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"podpast": {
"transport": "streamable_http",
"url": "https://api.podpast.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs