MCP Hub
Back to servers

247afk Block Editor MCP Server

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.

Stars
2
Forks
1
Updated
Feb 20, 2026
Validated
Feb 22, 2026

247afk Block Editor MCP Server

Lets AI assistants build and edit block editor scripts in real time. For the website https://247afk.com

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, it connects to the bridge automatically
  3. Your AI can now read and edit your script live through the tools below

Install

npm install -g 247afk-mcp

or run

npx 247afk-mcp

(note: mcp clienrs usually already do this)

Configure your AI client

AntiGravity / Claude Code

Open AntiGravity and go to mcp servers in the AI chat. Click manage mcp servers then view raw config and paste the code below

  {
    "mcpServers": {
      "247afk-mcp": {
        "command": "npx",
        "args": ["-y", "247afk-mcp"]
      }
    }
  }

Restart antigravity/claude code after saving.

Opens a browser UI to call tools manually.

Requirements

  • Node.js 18 or later
  • 247afk account with access to the script editor
  • Browser open on the script to edit.

Reviews

No reviews yet

Sign in to write a review