Quick access options
On any page in our documentation, you’ll find a contextual menu dropdown in the top right corner:
llms.txt, MCP server connection, and other quick access options such as ChatGPT and Claude.
Use our MCP servers
Our documentation exposes two complementary Model Context Protocol (MCP) servers that let AI applications query LangChain content in real-time. For the best results, we recommend connecting both:
Adding both gives your coding agent access to the full picture: the why and how from the guides, plus the exact API details from the reference docs.
Connect with Claude Code
If you’re using Claude Code, run these commands in your terminal to add both servers to your current project:Project (local) scopedThe commands above add the MCP servers only to your current project/working directory. To add them globally and access them in all projects, add the user scope by including
--scope user:Connect with Claude Desktop
- Open Claude Desktop
- Go to Settings > Connectors
- Add both MCP server URLs:
https://docs.langchain.com/mcphttps://reference.langchain.com/mcp
Connect with Codex CLI
If you’re using OpenAI Codex CLI, run these commands in your terminal to add both servers globally:Connect with Cursor
Add the following to your MCP settings configuration file:Connect with Deep Agents Code
Add both servers to your user-level~/.deepagents/.mcp.json file to make them available in every Deep Agents Code project, or add them to a project-level .mcp.json file for only that project:
dcode to load the servers. In an interactive session, run /mcp to inspect server status and loaded tools. For discovery locations and precedence rules, see MCP tools.
Connect with VS Code
Add the following to your MCP settings configuration file:Connect with Antigravity
Add the following to your MCP settings configuration file:Learn more
For more information about using Mintlify’s MCP servers, see the official Mintlify documentation. Have questions or feedback? Let us know in our community forum.Connect these docs to Claude, VSCode, and more via MCP for real-time answers.


