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
- The MCP server runs locally and starts a WebSocket bridge on
127.0.0.1:3002 - Open a script in the 247afk editor, it connects to the bridge automatically
- 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.