MCP.so
ログイン

Claude MCP Get

@PWereh

Claude MCP Get について

A comprehensive toolkit for installing and configuring Model Context Protocol (MCP) servers on Windows systems

基本情報

カテゴリ

AI とエージェント

ランタイム

batchfile

トランスポート

stdio

公開者

PWereh

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "server-name": {
      "command": "C:\\Program Files\\nodejs\\node.exe",
      "args": [
        "C:\\Users\\Username\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-name\\dist\\index.js",
        "parameter1",
        "parameter2"
      ],
      "env": {
        "APPDATA": "C:\\Users\\Username\\AppData\\Roaming\\",
        "PATH": "C:\\Program Files\\nodejs",
        "NODE_PATH": "C:\\Users\\Username\\AppData\\Roaming\\npm\\node_modules"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Claude MCP Get?

A comprehensive toolkit for installing and configuring Model Context Protocol (MCP) servers with Claude Desktop on Windows systems. It helps Windows users overcome common issues like npx command problems, path resolution, and multiple Node.js installations.

How to use Claude MCP Get?

Clone the repository, then run find-nodejs.bat to identify Node.js installations, cleanup-nodejs.bat if needed, and install-mcp.bat to install an MCP server. Follow the displayed configuration instructions.

Key features of Claude MCP Get?

  • Diagnostic tools to identify Node.js installations
  • Installation scripts that avoid common pitfalls
  • Configuration templates with absolute paths
  • Troubleshooting guides for MCP server errors
  • Solutions for NVM and Node.js path issues

Use cases of Claude MCP Get?

  • Setting up a new MCP server on Windows and avoiding connection failures
  • Diagnosing why an existing MCP server fails to attach to Claude Desktop
  • Configuring MCP servers to use direct Node.js

コメント

「AI とエージェント」の他のコンテンツ