hideya/mcp-client-langchain-ts
Simple MCP Client CLI Implementation Using LangChain ReAct Agent / TypeScript
This is a command-line tool for developers who work with AI models and want to quickly test and explore Model Context Protocol (MCP) servers. It takes your configuration for MCP servers and LLMs, letting you interact with these servers using text-based commands and receive text-based responses. This is ideal for AI/ML engineers or researchers who are building or integrating with MCP servers.
Use this if you need a rapid way to test MCP servers and prototype integrations using a command-line interface, especially when dealing with LLM schema compatibility issues.
Not ideal if you need to work with non-text data types like images or if you require support for MCP features beyond just 'Tools'.
Stars
13
Forks
4
Language
JavaScript
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-ts"
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