mcp-installer logo

mcp-installer一台 MCP 服务器,它安装其他 MCP 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

这个服务器是一个安装其他 MCP 服务器的服务器。安装它後,可以通过问 Claude 来安装 npm 或 PyPi 上的 MCP 服务器。需要先在 node 和 Python 服务器上安装 npx 和 uv 才能使用它。要使用它,需要将以下配置添加到你的 claude_desktop_config.json 中: { "mcpServers": { "mcp-installer": { "command": "npx", "args": ["@anaisbetts/mcp-installer"] } } }

主要功能

  • MCP 服务器安装
  • npm 和 PyPi 支持
  • 与 Claude 整合

价格

模型
Free
评分
暂无评价

使用场景

轻松 MCP 服务器安装

用户可以通过自然语言提示,比如 "Hey Claude, 安装名为 mcp-server-fetch 的 MCP 服务器"

自动化服务器部署

mcp-installer 可以用于自动化 MCP 服务器的部署,减少手动工作,提高效率

优点 & 缺点

优点

  • 简化了 MCP 服务器的安装
  • 支持从 npm 和 PyPi 安装服务器
  • 可以与 Claude 整合,方便管理

缺点

  • 需要分别安装 npx 和 uv
  • 仅支持从 npm 和 PyPi 安装服务器

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the limitations of mcp-installer?

It can only install servers from npm or PyPi; it does not support other package sources and requires the user to have npx and uv already available.

Asked by Ingrid Bauer · Sep 17, 2025

Can mcp-installer install a server from a local path?

Yes, you can prompt Claude to install a server at a local location, e.g., "Hi Claude please install the MCP server at /Users/anibetts/code/mcp-youtube".

Asked by Tunde Balogun · Sep 8, 2025

How do I configure Claude to use mcp-installer?

Add a "mcpServers" block to your claude_desktop_config.json, specifying the command as "npx" and args as ["@anaisbetts/mcp-installer"]. Example: "mcpServers": {"mcp-installer":{"command":"npx","args":["@anaisbetts/mcp-installer"]}}.

Asked by Gustav Lindberg · Jul 23, 2025

What dependencies do I need to install mcp-installer first?

mcp-installer requires npx for Node.js and uv for Python to be installed on your system before it can install MCP servers from npm or PyPi.

Asked by Frank Müller · Jun 9, 2025

提问

服务配缩器 的替代品