langchain-mcp-adapters and mcp-langgraph
These are complements: the official LangChain MCP adapters provide the integration layer enabling LangChain/LangGraph applications to connect to MCP servers, while the tutorial demonstrates a practical example of building a LangGraph agent that uses those adapters with MCP servers.
About langchain-mcp-adapters
langchain-ai/langchain-mcp-adapters
LangChain 🔌 MCP
Bridges Anthropic's Model Context Protocol (MCP) servers with LangChain/LangGraph by converting MCP tools into LangChain-compatible tools, supporting multiple transport types (stdio, HTTP, streamable HTTP, SSE) and server connections simultaneously. Provides a `MultiServerMCPClient` for managing multiple MCP servers and runtime authentication headers, enabling agentic workflows to access distributed tool ecosystems.
About mcp-langgraph
hirokiyn/mcp-langgraph
LangGraph agent tutorial adapted to use MCP servers.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work