- Home
- MCP servers
- 247afk Block Editor
247afk Block Editor
- javascript
2
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"itzdaimy-247afk-mcp-server": {
"command": "npx",
"args": [
"-y",
"247afk-mcp"
]
}
}
}This MCP server enables real-time collaboration between your AI assistant and your local 247afk block editor scripts. It establishes a WebSocket bridge so your AI can read and edit scripts live, using the provided tools to streamline edits and testing on your own machine.
How to use
To use this server, first ensure the MCP client you work with can connect to the local bridge at 127.0.0.1:3002. Start the server and open the 247afk editor in your browser or editor environment. Your AI assistant will then connect through the bridge, allowing you to read and edit your block editor scripts in real time. You can call the available tools to perform edits, validations, and refinements on the fly.
How to install
Prerequisites: Node.js 18 or later, and a 247afk account with access to the script editor.
Install the MCP server globally using npm or run it directly with npx.
Additional configuration and notes
Configure your AI client to run the MCP server. The following configuration demonstrates how to point your AI client to the local MCP server using npx. This example uses a short, local command that launches the MCP server when your AI client starts.