
247afk Block Editor MCP Server
Connects AI assistants to the 247afk block editor through a local WebSocket bridge, enabling real-time editing of visual scripts directly in the browser.
3124 views1Local (stdio)
What it does
- Read current script graphs from the block editor
- Build complete scripts from scratch
- Add and remove individual nodes and connections
- Modify script variables and parameters
- Validate script graphs for errors
- Move and reposition nodes on the canvas
Best for
Visual script automation developers247afk block editor usersAI-assisted script building workflows
Real-time browser integrationLocal WebSocket bridge8+ script manipulation tools
Tools (8)
get_docs
Get full documentation for the 247afk block editor, node types, connection rules, graph format, and examples. Call this first before building any script.
get_graph
Get the current script graph from the open editor tab. Returns nodes, edges, and variables. The editor tab must be open.
set_graph
Replace the entire script graph at once. Use this to build a complete script from scratch. All existing nodes and edges are replaced.
add_node
Add a single node to the script editor canvas.
remove_node
Remove a node and all its connected edges from the editor.