WebMiliastraNodesEditor-MCPServer

Columbina-Dev/WebMiliastraNodesEditor-MCPServer
★ 5 stars TypeScript 🤖 AI/LLM Updated 2mo ago
用于给《原神·千星奇域》节点图模拟器接入AI代理生成节点图及项目的MCP服务器 | MCP Server to Integrate AI Agents to Generate Node Graphs/Projects for "Genshin Impact - Miliastra Wonderland" Node Graph Simulator
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": {
    "webmiliastranodesedi": {
      "command": "npx",
      "args": [
        "-y",
        "Columbina-Dev/WebMiliastraNodesEditor-MCPServer"
      ]
    }
  }
}