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 与智能体 分类下的更多 MCP 服务器