langchain-mcp-tools-py and langchain-mcp-tools-py-usage
The first tool is a utility that converts MCP tools to LangChain tools, and the second is an example demonstrating how to use those converted tools from a LangChain ReAct agent, making them complements within the LangChain ecosystem.
About langchain-mcp-tools-py
hideya/langchain-mcp-tools-py
MCP to LangChain Tools Conversion Utility / Python
This is a utility for developers building AI applications with LangChain. It helps connect a wide array of external tools and resources, such as databases, cloud storage, or GitHub, that follow the Model Context Protocol (MCP) into your LangChain-based agents. You provide configurations for your MCP servers, and it outputs ready-to-use LangChain tools.
About langchain-mcp-tools-py-usage
hideya/langchain-mcp-tools-py-usage
MCP Tools Usage From LangChain ReAct Agent / Example in Python
This is a basic example for Python developers working with LangChain. It demonstrates how to connect your LangChain ReAct agent to external Model Context Protocol (MCP) servers. You provide the MCP server endpoints and an LLM API key, and it shows how to use the tools exposed by those servers within your LangChain application.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work