mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
Related Linear ticket: https://linear.app/langchain/issue/DOC-51/add-js-translations-for-remaining-pages --------- Co-authored-by: Brody Klapko <brody@langchain.dev>
516 B
516 B
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:
:::python
pip install langchain-mcp-adapters
:::
:::js
npm install @langchain/mcp-adapters
:::
