📦
Langchain Fastmcp Adapter
No description available
0 installs
Trust: 30 — Low
Agents
Ask AI about Langchain Fastmcp Adapter
Powered by Claude · Grounded in docs
I know everything about Langchain Fastmcp Adapter. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
LangChain FastMCP Adapters
A simple, modern adapter library to connect FastMCP servers with LangChain applications.
This library provides a high-level client that makes it easy to load tools from one or more FastMCP servers and use them directly in LangChain agents and graphs. It also supports advanced features like progress notifications and server-side logging.
Features
- Multi-Server Support: Connect to multiple FastMCP servers simultaneously.
- Simple Tool Loading: Load all remote tools with a single async call.
- Async Context Management: Manages server connection lifecycles automatically.
- Progress & Logging: Built-in support for FastMCP's progress and logging handlers.
- Minimal & Modern: Built on top of the
fastmcpclient for a clean, async-first experience.
Installation
pip install langchain-fastmcp-adapters
