247afk
БесплатноНе проверенLets AI assistants, any MCP-compatible client build and edit block editor scripts in real time.
Описание
Lets AI assistants, any MCP-compatible client build and edit block editor scripts in real time.
README
Lets AI assistants (Claude Desktop, Cline, Cursor, and any MCP-compatible client) build and edit block editor scripts in real time.
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, the site will connect to your websocket.
- Your ai assistant can now use the MCP server to make changes in scripts.
NPM package -> https://www.npmjs.com/package/247afk-mcp
Install
npm install -g 247afk-mcp
Get Started
Codex CLI
codex mcp add 247afk-mcp -- npx -y 247afk-mcp
Gemini CLI
gemini mcp add 247afk-mcp npx "-y 247afk-mcp"
Claude Code
claude mcp add 247afk-mcp -- npx -y 247afk-mcp
Claude Desktop
{
"mcpServers": {
"247afk-mcp": {
"command": "npx",
"args": [
"-y",
"247afk-mcp"
]
}
}
}
Cursor
paste this in your browser:
cursor://anysphere.cursor-deeplink/mcp/install?name=247afk%20Block%20Editor%20MCP%20Server&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIjI0N2Fmay1tY3AiXX0=
Manual
- Copy configuration below
- Add it to your MCP client configuration
- Follow your client's specific setup instructions
- Restart your MCP client to apply changes
Configuration
{
"mcpServers": {
"247afk-mcp": {
"command": "npx",
"args": [
"-y",
"247afk-mcp"
]
}
}
}
Restart antigravity/claude code after saving.
Test without an AI client
npx @modelcontextprotocol/inspector 247afk-mcp
Opens a browser UI to call tools manually.
Changelog
1.0.1
- Added
update_node_data— merge field values into a node without replacing it - Added
move_node— reposition a node on the canvas - Added
get_node— inspect a single node's type, position, and data - Added
clear_graph— wipe all nodes and edges while keeping variables - Added
validate_graph— run client-side validation and return errors/warnings - Added
save_graph— save the script to the server (equivalent to Ctrl+S) - Added
auto_layout— auto-arrange nodes left-to-right by execution flow - Added
add_variable— add or replace a single variable without touching others - Added
remove_variable— remove a single variable by name - Fixed variable picker dropdowns being empty in MCP-built graphs
1.0.0
- Initial release
Requirements
- Node.js 18 or later
- 247afk account with access to the script editor
- Browser open on the script to edit. (on https://247afk.com)
Установка 247afk
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/itzdaimy/247afk-MCP-ServerFAQ
247afk MCP бесплатный?
Да, 247afk MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для 247afk?
Нет, 247afk работает без API-ключей и переменных окружения.
247afk — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить 247afk в Claude Desktop, Claude Code или Cursor?
Открой 247afk на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare 247afk with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
