Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions reference/python/docs/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ Welcome! These pages include reference documentation for all `langchain-*` Pytho

To learn more about integrations in LangChain, visit the [Integrations overview](https://docs.langchain.com/oss/python/integrations/providers/overview).

!!! tip "Model Context Protocol (MCP) support"
To use MCP tools within LangChain and LangGraph applications, refer to [`langchain-mcp-adapters`](../langchain_mcp_adapters/index.md).
## Model Context Protocol (MCP)

LangChain supports the Model Context Protocol (MCP). This lets external tools work with LangChain and LangGraph applications through a standard interface.

To begin using MCP tools in your project, see the [`langchain-mcp-adapters`](../langchain_mcp_adapters/index.md) documentation.

!!! tip "Why MCP matters"
MCP allows LangChain apps to connect easily to tools and workflows outside of LangChain. This improves how well they work together and their reliability.

---

## Popular providers

Expand Down