247afk Block Editor MCP Server▌

by itzdaimy
Real-time 247afk block editor: let AI assistants read, build, and edit scripts via a local WebSocket bridge for live, in
Enables AI assistants to read, build, and edit 247afk scripts in real-time through a local WebSocket bridge. It allows for live manipulation of block editor content directly within the browser.
best for
- / Visual script automation developers
- / 247afk block editor users
- / AI-assisted script building workflows
capabilities
- / 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
what it does
Connects AI assistants to the 247afk block editor through a local WebSocket bridge, enabling real-time editing of visual scripts directly in the browser.
about
247afk Block Editor MCP Server is a community-built MCP server published by itzdaimy that provides AI assistants with tools and capabilities via the Model Context Protocol. Real-time 247afk block editor: let AI assistants read, build, and edit scripts via a local WebSocket bridge for live, in It is categorized under developer tools. This server exposes 8 tools that AI clients can invoke during conversations and coding sessions.
how to install
You can install 247afk Block Editor MCP Server in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
license
MIT
247afk Block Editor MCP Server is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
247afk Block Editor MCP Server
Lets AI assistants (Claude Desktop, Cline, Cursor, and any MCP-compatible client) build and edit block editor scripts in real time.
How it works
- The MCP server runs locally and starts a WebSocket bridge on
127.0.0.1:3002 - Open a script in the 247afk editor, the site will connect to your websocket.
- Your ai assistant can now use the MCP server to make changes in scripts.
Install
npm install -g 247afk-mcp
Get Started
Codex CLI
codex mcp add 247afk-mcp -- npx -y 247afk-mcp
Gemini CLI
gemini mcp add 247afk-mcp npx "-y 247afk-mcp"
Claude Code
claude mcp add 247afk-mcp -- npx -y 247afk-mcp
Claude Desktop
{
"mcpServers": {
"247afk-mcp": {
"command": "npx",
"args": [
"-y",
"247afk-mcp"
]
}
}
}
Cursor
paste this in your browser:
cursor://anysphere.cursor-deeplink/mcp/install?name=247afk%20Block%20Editor%20MCP%20Server&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIjI0N2Fmay1tY3AiXX0=
Manual
- Copy configuration below
- Add it to your MCP client configuration
- Follow your client's specific setup instructions
- Restart your MCP client to apply changes
Configuration
{
"mcpServers": {
"247afk-mcp": {
"command": "npx",
"args": [
"-y",
"247afk-mcp"
]
}
}
}
Restart antigravity/claude code after saving.
Test without an AI client
npx @modelcontextprotocol/inspector 247afk-mcp
Opens a browser UI to call tools manually.
Changelog
1.0.1
- Added
update_node_data— merge field values into a node without replacing it - Added
move_node— reposition a node on the canvas - Added
get_node— inspect a single node's type, position, and data - Added
clear_graph— wipe all nodes and edges while keeping variables - Added
validate_graph— run client-side validation and return errors/warnings - Added
save_graph— save the script to the server (equivalent to Ctrl+S) - Added
auto_layout— auto-arrange nodes left-to-right by execution flow - Added
add_variable— add or replace a single variable without touching others - Added
remove_variable— remove a single variable by name - Fixed variable picker dropdowns being empty in MCP-built graphs
1.0.0
- Initial release
Requirements
- Node.js 18 or later
- 247afk account with access to the script editor
- Browser open on the script to edit. (on https://247afk.com)
FAQ
- What is the 247afk Block Editor MCP Server MCP server?
- 247afk Block Editor MCP Server is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for 247afk Block Editor MCP Server?
- This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
Ratings
4.5★★★★★10 reviews- ★★★★★Shikha Mishra· Oct 10, 2024
247afk Block Editor MCP Server is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Piyush G· Sep 9, 2024
We evaluated 247afk Block Editor MCP Server against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Chaitanya Patil· Aug 8, 2024
Useful MCP listing: 247afk Block Editor MCP Server is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Sakshi Patil· Jul 7, 2024
247afk Block Editor MCP Server reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Ganesh Mohane· Jun 6, 2024
I recommend 247afk Block Editor MCP Server for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
- ★★★★★Oshnikdeep· May 5, 2024
Strong directory entry: 247afk Block Editor MCP Server surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Dhruvi Jain· Apr 4, 2024
247afk Block Editor MCP Server has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Rahul Santra· Mar 3, 2024
According to our notes, 247afk Block Editor MCP Server benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
- ★★★★★Pratham Ware· Feb 2, 2024
We wired 247afk Block Editor MCP Server into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
- ★★★★★Yash Thakker· Jan 1, 2024
247afk Block Editor MCP Server is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.