langchain-mcp-adapters and langchain-mcp-tools-ts-usage
The LangChain MCP adapters library provides the integration infrastructure that the TypeScript example demonstrates in practical use, making them complements rather than competitors.
About langchain-mcp-adapters
langchain-ai/langchain-mcp-adapters
LangChain 🔌 MCP
This project helps AI developers integrate external capabilities, like custom calculators or data lookups, into their LangChain or LangGraph AI agents. It takes existing 'Model Context Protocol' (MCP) tools, which are essentially specialized functions, and makes them accessible to the AI agent. The result is an AI agent that can perform a wider range of tasks by using these external tools.
About langchain-mcp-tools-ts-usage
hideya/langchain-mcp-tools-ts-usage
MCP Tools Usage From LangChain ReAct Agent / Example in TypeScript
This tool helps developers integrate various external services, or "tools," defined by the Model Context Protocol (MCP) into their LangChain-based applications. It takes definitions from multiple MCP servers and converts them into a format LangChain agents can use, handling compatibility issues between different large language model providers. This is designed for software developers building applications that use LangChain and need to interact with external MCP-compatible services.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work