Claude MCP Get
@PWereh
关于 Claude MCP Get
A comprehensive toolkit for installing and configuring Model Context Protocol (MCP) servers on Windows systems
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
评论