MCP_NodeServer

Bing-Xuan-Lu/MCP_NodeServer
★ 1 stars JavaScript 🤖 AI/LLM Updated 7d ago
AI_Agent_MCP多功能伺服器(擴展中)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_nodeserver": {
      "command": "npx",
      "args": [
        "-y",
        "Bing-Xuan-Lu/MCP_NodeServer"
      ]
    }
  }
}