Command Palette

Search for a command to run...

UnylyUnyly
Browse all

247afk Block Editor Server

FreeNot checked

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 con

GitHubEmbed

About

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.

README

Lets AI assistants (Claude Desktop, Cline, Cursor, and any MCP-compatible client) build and edit block editor scripts in real time.

How it works

  1. The MCP server runs locally and starts a WebSocket bridge on 127.0.0.1:3002
  2. Open a script in the 247afk editor, the site will connect to your websocket.
  3. Your ai assistant can now use the MCP server to make changes in scripts.

NPM package -> https://www.npmjs.com/package/247afk-mcp

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

  1. Copy configuration below
  2. Add it to your MCP client configuration
  3. Follow your client's specific setup instructions
  4. 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)

from github.com/itzdaimy/247afk-MCP-Server

Install 247afk Block Editor Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install 247afk-block-editor-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add 247afk-block-editor-mcp-server -- npx -y 247afk-mcp

Step-by-step: how to install 247afk Block Editor Server

FAQ

Is 247afk Block Editor Server MCP free?

Yes, 247afk Block Editor Server MCP is free — one-click install via Unyly at no cost.

Does 247afk Block Editor Server need an API key?

No, 247afk Block Editor Server runs without API keys or environment variables.

Is 247afk Block Editor Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install 247afk Block Editor Server in Claude Desktop, Claude Code or Cursor?

Open 247afk Block Editor Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare 247afk Block Editor Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs