langchain-mcp-adapters
LangChain MCP adapter that makes MCP tools compatible with LangChain and LangGraph.
- Type
- MCP
- Open source
- Yes
- GitHub Stars
- ★ 3.6k
- Source
- mcp-github
Overview
The LangChain MCP adapter is a lightweight library that converts Anthropic Model Context Protocol (MCP) tools into LangChain tools for use in LangGraph agents. The library also provides a client implementation that can connect to multiple MCP servers and load tools from them. With this adapter, developers can easily integrate MCP tools into LangChain projects, extending the capabilities of AI agents. Suitable for developers who need to use MCP tools within LangChain or LangGraph.
Capabilities
- ▪Convert MCP tools into LangChain tools
- ▪Support connecting to multiple MCP servers
- ▪Support multiple transport protocols (stdio, http)
Use cases
Setup
pip install langchain-mcp-adapters
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to install langchain-mcp-adapters?
Install using pip install langchain-mcp-adapters.
What transport protocols are supported?
Supports stdio and http transport protocols.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.