langchain-ai/langchainjs-mcp-adapters
** THIS REPO HAS MOVED TO https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-mcp-adapters ** Adapters for integrating Model Context Protocol (MCP) tools with LangChain.js applications, supporting both stdio and SSE transports.
ArchivedConverts MCP servers into LangChain.js tool objects, enabling seamless integration of external MCP services (like file systems, APIs, or databases) as callable tools within agent workflows. Provides automatic client initialization and error handling across both stdio and SSE transport protocols, abstracting MCP's request-response model into LangChain's standardized tool interface for use with agents and chains.
246 stars. No commits in the last 6 months.
Stars
246
Forks
36
Language
TypeScript
License
MIT
Category
Last pushed
May 16, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/langchain-ai/langchainjs-mcp-adapters"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
langchain-ai/langchain-mcp-adapters
LangChain 🔌 MCP
hideya/langchain-mcp-tools-py
MCP to LangChain Tools Conversion Utility / Python
Chen-zexi/open-ptc-agent
An open source implementation of code execution with MCP (Programatic Tool Calling)
xiaotonng/lc2mcp
Convert LangChain tools to FastMCP tools
guinacio/langchain-mcp-client
This Streamlit application provides a user interface for connecting to MCP (Model Context...