AI-native, embeddable node-graph editor for the web. Blueprint-style typed pins, in-node widgets, macros, React/Vue adapters, and a built-in MCP server so Claude Desktop / Cursor can build graphs over a localhost bridge.
View on GitHub →
🔍 Audit Wallet Slippage →
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": {
"xenolith-graph": {
"command": "npx",
"args": [
"-y",
"XenolithEngine/xenolith-graph"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add xenolith-graph npx -y XenolithEngine/xenolith-graph
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"xenolith-graph": {
"command": "npx",
"args": [
"-y",
"XenolithEngine/xenolith-graph"
]
}
}
}
📋 Copy
Topics
ai-agents assemblyscript blueprint blueprints comfyui dataflow flow-editor graph-editor langflow-alternative mcp model-context-protocol node-editor node-graph pixijs react-flow-alternative