hideya/mcp-client-langchain-py
Simple MCP Client CLI Implementation Using LangChain ReAct Agent / Python
This tool helps developers quickly test and explore Model Context Protocol (MCP) servers using a command-line interface. It takes your natural language questions and an MCP server configuration, then provides text-based responses by routing your queries through various large language models. This is ideal for developers, solution architects, or anyone building or integrating with MCP servers.
Use this if you need a quick and easy way to interact with and test MCP servers directly from your terminal, using plain language and various LLMs.
Not ideal if you need to work with non-textual data from MCP tools, such as images, or if you require support for MCP features beyond basic tools.
Stars
11
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/mcp-client-langchain-py"
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)
xiaotonng/lc2mcp
Convert LangChain tools to FastMCP tools