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.
Use this if you are a Python developer looking for a minimal example to integrate MCP server tools into a LangChain ReAct agent.
Not ideal if you are looking for a ready-to-use application or a comprehensive, conversational MCP client for end-users.
Stars
6
Forks
4
Language
Python
License
MIT
Category
Last pushed
Feb 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/hideya/langchain-mcp-tools-py-usage"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
langchain-ai/langchain-mcp-adapters
LangChain 🔌 MCP
hideya/langchain-mcp-tools-py
MCP to LangChain Tools Conversion Utility / Python
guinacio/langchain-mcp-client
This Streamlit application provides a user interface for connecting to MCP (Model Context...
Chen-zexi/open-ptc-agent
An open source implementation of code execution with MCP (Programatic Tool Calling)
hideya/langchain-mcp-tools-ts
MCP to LangChain Tools Conversion Utility / TypeScript