From 7fb9a45bba4b48a2c02854d9cc80684018cc9ee1 Mon Sep 17 00:00:00 2001 From: Churchill Doro Onome <78811001+Nomzy-kush@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:19:34 +0100 Subject: [PATCH] docs: move MCP section to top and clarify langchain-mcp-adapters usage Added section on Model Context Protocol (MCP) support and its benefits. --- reference/python/docs/integrations/index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/reference/python/docs/integrations/index.md b/reference/python/docs/integrations/index.md index 6b05887395..0a4c25eadb 100644 --- a/reference/python/docs/integrations/index.md +++ b/reference/python/docs/integrations/index.md @@ -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