Lets AI assistants build and edit block editor scripts in real time. For the website https://247afk.com
- 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
npm install -g 247afk-mcpor run
npx 247afk-mcp(note: mcp clienrs usually already do this)
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.
- Node.js 18 or later
- 247afk account with access to the script editor
- Browser open on the script to edit.