Skip to main content
Glama

mcp-installer - MCP サーバーをインストールするための MCP サーバー

このサーバーは、他のMCPサーバーを自動的にインストールするサーバーです。インストールすると、ClaudeにnpmまたはPyPiでホストされたMCPサーバーのインストールを依頼できます。Node.jsサーバーの場合はnpx 、Pythonサーバーの場合はuvそれぞれインストールされている必要があります。

画像

インストール方法:

これを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"
      ]
    }
  }

プロンプトの例

クロードさん、mcp-server-fetchというMCPサーバーをインストールしてください

Claudeさん、MCPサーバーとして@modelcontextprotocol/server-filesystemパッケージをインストールしてください。引数には['/Users/anibetts/Desktop']を使用してください。

こんにちは、Claude。/Users/anibetts/code/mcp-youtube に MCP サーバーをインストールしてください。自分でやるのは面倒なので。

@modelcontextprotocol/server-github にサーバーをインストールします。環境変数 GITHUB_PERSONAL_ACCESS_TOKEN を '1234567890' に設定します。

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Issues opened vs closed

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anaisbetts/mcp-installer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server