Skip to main content
ClaudeWave
langchain-ai avatar
langchain-ai

langchain-mcp-adapters

View on GitHub

LangChain 🔌 MCP

MCP Servers3.6k stars445 forksPythonMITUpdated 3d ago
Editor's note

LangChain MCP Adapters is a Python library that bridges Anthropic's Model Context Protocol with the LangChain and LangGraph ecosystems by converting MCP tools into native LangChain tools that agents can invoke directly. The core utility is a `load_mcp_tools` function that takes an active MCP `ClientSession` and returns tool objects compatible with LangGraph agents, and a `MultiServerMCPClient` class that aggregates tools from several MCP servers simultaneously into a single tool list. It supports three transport modes: stdio for local process-based servers, standard HTTP, and the newer streamable HTTP transport introduced in the March 2025 MCP specification. The library also accepts custom headers per connection for authentication and tracing purposes. A JavaScript and TypeScript equivalent exists in the LangChain JS monorepo. Python developers building LangGraph agents who want to consume any MCP-compatible server, whether local or remote, without manually wrapping each tool will find this library most useful.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Topics declared
  • Trusted owner (langchain-ai)
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · langchain-mcp-adapters
Claude Code CLI
claude mcp add langchain-mcp-adapters -- uvx langchain-mcp-adapters
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "langchain-mcp-adapters": {
      "command": "uvx",
      "args": ["langchain-mcp-adapters"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/langchain-ai/langchain-mcp-adapters and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
langchainlanggraphmcppythontools

What people ask about langchain-mcp-adapters

What is langchain-ai/langchain-mcp-adapters?

+

langchain-ai/langchain-mcp-adapters is mcp servers for the Claude AI ecosystem. LangChain 🔌 MCP It has 3.6k GitHub stars and was last updated 3d ago.

How do I install langchain-mcp-adapters?

+

You can install langchain-mcp-adapters by cloning the repository (https://github.com/langchain-ai/langchain-mcp-adapters) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is langchain-ai/langchain-mcp-adapters safe to use?

+

Our security agent has analyzed langchain-ai/langchain-mcp-adapters and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains langchain-ai/langchain-mcp-adapters?

+

langchain-ai/langchain-mcp-adapters is maintained by langchain-ai. The last recorded GitHub activity is from 3d ago, with 80 open issues.

Are there alternatives to langchain-mcp-adapters?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy langchain-mcp-adapters to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: langchain-ai/langchain-mcp-adapters
[![Featured on ClaudeWave](https://claudewave.com/api/badge/langchain-ai-langchain-mcp-adapters)](https://claudewave.com/repo/langchain-ai-langchain-mcp-adapters)
<a href="https://claudewave.com/repo/langchain-ai-langchain-mcp-adapters"><img src="https://claudewave.com/api/badge/langchain-ai-langchain-mcp-adapters" alt="Featured on ClaudeWave: langchain-ai/langchain-mcp-adapters" width="320" height="64" /></a>

More MCP Servers