Plaud for LangChain
io.github.mcp-dir/plaud-mcp
Your Plaud recordings in natural language: list recordings, read speaker-attributed transcripts and
client:LangChain
transport:streamable-http
tools:11
Install Plaud in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"plaud-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_plaud",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs