
mcp-manager
by nstebbins·★ 25·综合分 38
MCP Manager CLI 工具简化了在 Claude Desktop、Cursor 等客户端中安装和管理 MCP 服务器的流程。
概述
MCP Manager 是一个基于 Python 的 CLI 工具,旨在简化模型上下文协议 (MCP) 服务器的管理。它提供了一个集中化界面,用于发现、安装、配置和卸载不同客户端的 MCP 服务器。该工具支持 Claude Desktop、Cursor 和 Claude Code 等流行客户端,并提供了一套全面的命令用于服务器操作,包括搜索、信息查询、安装和配置管理。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您使用多个 MCP 客户端并需要统一的方式来发现、安装和管理这些服务器,请选择此工具。
什么时候不要选它
如果您只使用单个 MCP 客户端或更喜欢手动配置服务器,请不要选择此工具。
此 server 暴露的工具
从 README 抽取出 7 个工具searchSearch for available MCP servers matching the keyword
infoDisplay detailed information about a specific server
installInstall an MCP server for a specific client
uninstallRemove an installed MCP server
listList all installed MCP servers
config pathShow current client config file path
config set-pathSet a new path for the client config file
说明:These are CLI commands, not MCP tools. The README doesn't document actual MCP tools exposed by the server, only the CLI tool's own commands. The actual MCP servers (Playwright, Filesystem, etc.) are external servers that this CLI tool manag
可对比工具
安装
安装
对于用户:
pip install mcp-manager对于开发者:
# 克隆仓库
git clone https://github.com/nstebbins/mcp-manager.git
cd mcp-manager
# 安装依赖和开发工具
poetry install
pre-commit install # 安装 git hooksFAQ
- 支持哪些 MCP 客户端?
- 目前支持 Claude Desktop(默认客户端)、Cursor 和 Claude Code,未来计划支持更多客户端。
- 如何为特定客户端配置 MCP 服务器?
- 使用 'config path' 命令显示或设置您所需客户端的配置文件路径,然后使用带有 --client 标志的 install 命令。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by nstebbins · 2025-04-23
- 帖子 by nstebbins · 2025-05-04
mcp-manager 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。