#410 · Primary category: AI Agents & Automation

langchain-mcp-adapters

langchain langgraph mcp python tools

LangChain 🔌 MCP

Project last updated:08/26/26

GitHub Stars

3.6K

Forks

483

Contributors

31

License

MIT

Why we included this project

Many teams building on LangChain or LangGraph keep their tools behind Model Context Protocol servers, and this library bridges the two without much ceremony. It converts MCP tools into native LangChain tools, so a single load_mcp_tools call pulls whatever an external server exposes into the agent runtime. MultiServerMCPClient goes a step further and registers several servers at once, letting one agent call into a math service, a weather endpoint, or anything else without a bespoke adapter per source. That's a real convenience when you already run a fleet of MCP servers and want them usable inside a LangGraph workflow. A JavaScript/TypeScript port covers teams on the JS side of the stack.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category