cursor-mcp-installer

Installs MCPs in cursor for you, give it a git URL and let it rip

GitHubスター

69

ユーザー評価

未評価

お気に入り

0

閲覧数

12

フォーク

6

イシュー

6

インストール方法
難易度
初級
推定所要時間
5-10

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Node.js: 18.0.0以上
npm: 8.0.0以上

インストール手順

1. グローバルインストール

bash
npm install -g cursor-mcp-installer-free@0.1.3

2. Cursor設定ファイルの編集

~/.cursor/mcp.jsonに以下を追加します(ファイルが存在しない場合は作成してください):
json
{
  "mcpServers": {
    "MCP Installer": {
      "command": "npx",
      "type": "stdio",
      "args": [
        "cursor-mcp-installer-free@0.1.3",
        "index.mjs"
      ]
    }
  }
}

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Node.jsのバージョンを確認し、依存関係を再インストールしてください。

追加リソース