langchain-mcp-adapters — MCP Server by langchain-ai

by langchain-ai · MCP Server · ★ 3.5k

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About langchain-mcp-adapters

LangChain MCP Adapters This library provides a lightweight wrapper that makes Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph. [!note] A JavaScript/TypeScript version of this library is also available at langchainjs. Features 🛠️ Convert MCP tools into LangChain tools that can be used with LangGraph agents 📦 A client implementation that allows you to connect to multiple MCP servers and load tools from them Installation Quickstart Here is a simple example of using the MCP tools with a LangGraph agent. Server First, let's create an MCP server that can add and multiply numbers. python mathserver.py from mcp.server.fastmcp import FastMCP mcp = FastMCP("Math") @mcp.tool() def add(a: int, b: int) - int: """Add two numbers""" return a + b @mcp.tool() def multiply(a: int, b: int) - int: """Multiply two numbers""" return a b if name == "main": mcp.run(transport="stdio")

langchainlanggraphmcppythontools

Quick Facts

Stars3,495
Forks416
LanguagePython
CategoryMCP Server
LicenseMIT
Quality Score50.118/100
Open Issues73
Last Updated2026-04-22
Created2025-02-07
Platformsmcp, python
Est. Tokens~106k

langchain-mcp-adapters alternative? Top 6 similar tools

Looking for a langchain-mcp-adapters alternative? If you're comparing langchain-mcp-adapters with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • DeepMCPAgent by cryxnet · ⭐ 806

    Model-agnostic plug-n-play LangChain/LangGraph agents powered entirely by MCP tools over HTTP/SSE.

  • mcp-context-forge by IBM · ⭐ 3.7k

    An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified e

  • generative-ai by genieincodebottle · ⭐ 2.3k

    Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview prepara

  • headroom by chopratejas · ⭐ 1.7k

    The Context Optimization Layer for LLM Applications

  • flock by Onelevenvy · ⭐ 1.1k

    Flock is a workflow-based low-code platform for rapidly building chatbots, RAG, and coordinating multi-agent t

  • full-stack-ai-agent-template by vstorm-co · ⭐ 1.0k

    Full-stack AI app generator — FastAPI + Next.js with agents, RAG, streaming, auth, and 20+ integrations out of

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular Python Agent Tools

Frequently Asked Questions

What is langchain-mcp-adapters?

langchain-mcp-adapters is LangChain 🔌 MCP. It is categorized as a MCP Server with 3.5k GitHub stars.

What programming language is langchain-mcp-adapters written in?

langchain-mcp-adapters is primarily written in Python. It covers topics such as langchain, langgraph, mcp.

How do I install or use langchain-mcp-adapters?

You can find installation instructions and usage details in the langchain-mcp-adapters GitHub repository at github.com/langchain-ai/langchain-mcp-adapters. The project has 3.5k stars and 416 forks, indicating an active community.

What license does langchain-mcp-adapters use?

langchain-mcp-adapters is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to langchain-mcp-adapters?

The top alternatives to langchain-mcp-adapters on Agent Skills Hub include DeepMCPAgent, mcp-context-forge, generative-ai. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse MCP Server tools