win-cli-mcp-server
Model Context Protocol server for secure command-line interactions on Windows systems
GitHubスター
246
ユーザー評価
未評価
お気に入り
0
閲覧数
6
フォーク
43
イシュー
7
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Node.js: 18.0.0以上
npm: 8.0.0以上
Claude Desktop: 最新版
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/SimonB97/win-cli-mcp-server.git
cd win-cli-mcp-server
2. 依存関係のインストール
bash
npm install
3. Claude Desktop設定
claude_desktop_config.json
を編集してMCPサーバーを追加:
json
{
"mcpServers": {
"server-name": {
"command": "node",
"args": ["path/to/server.js"]
}
}
}
4. サーバーの起動
bash
npm start
トラブルシューティング
よくある問題
問題: サーバーが起動しない 解決策: Node.jsのバージョンを確認し、依存関係を再インストールしてください。 問題: Claude Desktopで認識されない 解決策: 設定ファイルのパスと構文を確認してください。追加リソース
作者情報
10
フォロワー
16
リポジトリ
6
Gist
0
貢献数
関連するMCP
phonepi-mcp
23
PhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device controls.