MCP¶
Model Context Protocol (MCP) is an open protocol that standardizes how applications provide tools and context to language models. LangGraph agents can use tools defined on MCP servers through the langchain-mcp-adapters
library.
Install the langchain-mcp-adapters
library to use MCP tools in LangGraph: