🦜 🔗 LangChain MCP Client
@datalayer
关于 🦜 🔗 LangChain MCP Client
🦜🔗 LangChain Model Context Protocol (MCP) Client
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🦜 🔗 LangChain MCP Client?
A simple model context protocol client that demonstrates the use of MCP server tools by a LangChain ReAct agent. It seamlessly connects to any MCP servers, supports any LangChain-compatible LLM for flexible model selection, and offers a CLI for dynamic interactions.
How to use 🦜 🔗 LangChain MCP Client?
Install with pip install langchain_mcp_client (Python 3.11+). Create a .env file with API keys for your LLM and configure llm_mcp_config.json5 with your LLM parameters, MCP servers, and optional example queries. Then launch the CLI (e.g., make cli or the appropriate command for your operating system).
Key features of 🦜 🔗 LangChain MCP Client
- Converts MCP tools into LangChain-compatible
List[BaseTool]. - Supports parallel initialization of multiple MCP servers.
- Works with any LangChain-compatible LLM.
- CLI-based dynamic conversation interface.
- Example queries can be provided in the config file.
Use cases of 🦜 🔗 LangChain MCP Client
- Letting a LangChain agent use tools from external MCP servers.
- Querying a Jupyter MCP server to create notebooks and visualizations.
- Combining multiple MCP services through natural language prompts.
FAQ from 🦜 🔗 LangChain MCP Client
What Python version is required?
Python 3.11 or higher.
How do I configure the client?
Create a .env file with your LLM API keys and a llm_mcp_config.json5 file that specifies the LLM, MCP servers, and optional example queries.
Can I use any LLM with this client?
Yes, any LangChain-compatible LLM can be used.
How do I run the client after configuration?
Launch the CLI — the README shows examples using make cli (commands may vary by OS).
AI 与智能体 分类下的更多 MCP 服务器
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
评论