Back to MCP directory
publicPublicdnsLocal runtime

mcp-installer

mcp-installer是一个用于安装其他MCP服务器的服务工具,支持通过npm或PyPi安装Node和Python服务器,简化MCP服务器的部署流程。

article

README

🚀 mcp-installer - 用于安装MCP服务器的MCP Server

mcp-installer是一款强大的服务器,它能够为你安装其他MCP服务器。安装该服务器后,你可以借助Claude从npm或PyPi上托管的MCP服务器进行安装。不过,你需要预先安装npxuv,分别用于Node和Python服务器。

image

🚀 快速开始

📦 安装指南

你需要将以下内容添加到claude_desktop_config.json文件中。该文件在不同操作系统中的位置有所不同:在macOS上,它位于~/Library/Application Support/Claude;在Windows上,则位于C:\Users\NAME\AppData\Roaming\Claude

  "mcpServers": {
    "mcp-installer": {
      "command": "npx",
      "args": [
        "@anaisbetts/mcp-installer"
      ]
    }
  }

💻 使用示例

基础用法

你可以使用如下示例提示来让Claude安装MCP服务器:

  • 嗨Claude,安装名为mcp-server-fetch的MCP服务器。
  • 嗨Claude,将@modelcontextprotocol/server-filesystem包安装为一个MCP服务器。使用 ['/Users/anibetts/Desktop'] 作为参数。
  • Hi Claude,请安装位于 /Users/anibetts/code/mcp-youtube 的MCP服务器,我懒得自己动手了。
  • 安装名为 @modelcontextprotocol/server-github 的MCP服务器。设置环境变量 GITHUB_PERSONAL_ACCESS_TOKEN 为 '1234567890'
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client