langchain-mcp-adapters and langgraph-mcp
These are complements: the adapter library provides the foundational integration layer for connecting MCP servers to LangChain, while the agent template demonstrates how to build autonomous agents that utilize those MCP-connected tools within LangGraph's agentic framework.
About langchain-mcp-adapters
langchain-ai/langchain-mcp-adapters
LangChain 🔌 MCP
This project helps AI developers integrate external capabilities, like custom calculators or data lookups, into their LangChain or LangGraph AI agents. It takes existing 'Model Context Protocol' (MCP) tools, which are essentially specialized functions, and makes them accessible to the AI agent. The result is an AI agent that can perform a wider range of tasks by using these external tools.
About langgraph-mcp
prsdm/langgraph-mcp
LangGraph agent template with MCP.
This project helps AI developers build smarter AI applications by allowing their Large Language Model (LLM) agents to automatically discover and use external tools, data sources, and APIs. You provide an LLM agent, and the project allows it to connect to various 'servers' that offer functionalities like web searches or YouTube video summarization. This is for AI developers who want to make their LLM applications more dynamic and capable.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work