mcp-chat
@flux159
关于 mcp-chat
Open Source Generic MCP Client for testing & evaluating mcp servers and agents
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-chat": {
"command": "npx",
"args": [
"mcp-chat",
"--server",
"npx -y @modelcontextprotocol/server-filesystem /Users/$USER/Desktop"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-chat?
mcp-chat is an open source generic MCP client for testing and evaluating MCP servers and agents. It provides a CLI and web interface for interacting with MCP servers through an LLM.
How to use mcp-chat?
Run via npx mcp-chat with flags like --server, --config, --web, -m (model), -p (prompt), or --system (system prompt). Requires the ANTHROPIC_API_KEY environment variable set. For web mode, use --web and configure servers through the UI.
Key features of mcp-chat
- Run CLI in interactive mode or with
-pflag - Web mode for chatting via a web interface
- Connect to any MCP server (JS, Python, Docker)
- Choose between Anthropic models with
-m - Customize system prompt with
--system - Saves chat history to
~/.mcpchat/chats
Use cases of mcp-chat
- Test MCP servers during development (local builds)
- Run one‑off prompts with MCP servers (e.g., Kubernetes)
- Interactive chat with an LLM and connected tools
- Debug tool call output and arguments
FAQ from mcp-chat
What LLM models are supported?
Currently only Anthropic models (e.g., claude-3.5) are supported.
How do I connect to a local MCP server?
Use --server with a command (e.g., npx mcp-server-kubernetes) or pass a local script (e.g., node /path/to/index.js or uv run weather.py).
Where is chat history saved?
Chats are saved in ~/.mcpchat/chats (both CLI and web mode).
Can I run mcp-chat without a CLI server argument?
Yes, in web mode (--web) you can dynamically configure MCP servers via the UI.
Do I need an API key?
Yes, set the ANTHROPIC_API_KEY environment variable or place it in a .env file.
AI 与智能体 分类下的更多 MCP 服务器
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
评论