Enables LangChain ReAct Agents to interact with Model Context Protocol (MCP) servers using TypeScript.
This client allows LangChain agents built with TypeScript to leverage the capabilities of Model Context Protocol (MCP) servers. It utilizes the `@h1deya/langchain-mcp-tools` package to convert MCP server tools into LangChain-compatible tools, supporting LLMs from Anthropic, OpenAI, and Groq. Configuration is managed via a JSON5 file, allowing for easy customization and environment variable integration. This setup simplifies the process of integrating external tools and services into LangChain-powered applications.
Características Principales
01Configurable via JSON5 with environment variable support.
02Supports LLMs from Anthropic, OpenAI, and Groq.
03Demonstrates MCP server tool usage with LangChain ReAct Agent.
04Converts MCP server tools to LangChain-compatible tools.
057 GitHub stars
Casos de Uso
01Automating tasks using MCP server tool invocations.
02Integrating external tools into LangChain applications.
03Connecting LangChain agents to MCP-enabled services.