Skip to content

fastmcp-me/247afk-MCP-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

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.

About

Lets AI assistants, any MCP-compatible client build and edit block editor scripts in real time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%