用于给《原神·千星奇域》节点图模拟器接入AI代理生成节点图及项目的MCP服务器 | MCP Server to Integrate AI Agents to Generate Node Graphs/Projects for "Genshin Impact - Miliastra Wonderland" Node Graph Simulator
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"webmiliastranodesedi": {
"command": "npx",
"args": [
"-y",
"Columbina-Dev/WebMiliastraNodesEditor-MCPServer"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add webmiliastranodesedi npx -y Columbina-Dev/WebMiliastraNodesEditor-MCPServer
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"webmiliastranodesedi": {
"command": "npx",
"args": [
"-y",
"Columbina-Dev/WebMiliastraNodesEditor-MCPServer"
]
}
}
}
📋 Copy