



Official LangChain adapters to convert Model Context Protocol tools into LangChain tools for use with LangGraph agents, providing client implementation for connecting to multiple MCP servers simultaneously.
Loading more......
On this page
LangChain MCP Adapters
LangChain MCP Adapters provide seamless integration between the Model Context Protocol and LangChain ecosystem. These adapters convert MCP tools into LangChain-compatible tools that can be used with LangGraph agents and other LangChain components.
The adapter layer handles protocol translation, ensuring seamless communication between LangChain and MCP servers while preserving tool semantics and behavior.
The client implementation manages connections, authentication, and communication with MCP servers, supporting multiple concurrent server connections.
Centralized registry of available tools from all connected MCP servers, enabling dynamic tool discovery and usage.
# Connect to one MCP server and use its tools in LangChain
# Connect to multiple MCP servers and aggregate tools
# Dynamically discover and load tools at runtime
Built and maintained by LangChain team, ensuring compatibility with latest LangChain and LangGraph versions. Follows LangChain's tool interface standards and conventions.
Works with any MCP-compliant server and integrates seamlessly with LangChain, LangGraph, LangSmith, and the broader LangChain ecosystem.
Optimized for minimal overhead with efficient tool conversion, connection pooling, and caching strategies for frequently used tools.
Explore more items related to this one