MCP HTML Sync Server
@yujiosaka
MCP HTML Sync Server について
A real-time HTML syncing server with hot reload capabilities, built using the Model Context Protocol (MCP)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-html-sync-server": {
"command": "docker",
"args": [
"pull",
"yujiosaka/mcp-html-sync-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP HTML Sync Server?
MCP HTML Sync Server is a real-time HTML syncing server with hot reload capabilities, built using the Model Context Protocol (MCP). It enables AI agents to create, update, and destroy HTML pages dynamically, with all connected clients receiving updates in real-time.
How to use MCP HTML Sync Server?
Install via Docker (docker pull yujiosaka/mcp-html-sync-server), npx (npx mcp-html-sync-server), or from source. Configure using environment variables or a .env file (SERVER_HOST, SERVER_PORT, BASE_URL, PAGE_MAX_AGE, PAGE_MAX_COUNT). Integrate with Claude Desktop or VS Code by adding an MCP server entry to their configuration JSON, and invoke the server’s tools (create_page, update_page, destroy_page) from an AI agent.
Key features of MCP HTML Sync Server
- Real-time HTML syncing with instant client updates
- WebSocket hot reload for connected browsers
- Script management via CDN URLs or inline content
- Stylesheet management via CDN URLs
- Built for AI agents using the Model Context Protocol
- Automatic page expiration after configurable time
- Configurable maximum page count with cleanup of oldest pages
- Lightweight with minimal dependencies
Use cases of MCP HTML Sync Server
- AI agents creating and previewing dynamic HTML pages in real time
- Adding JavaScript and CSS to pages for interactive demos or prototypes
- Collaborative editing where content updates are instantly reflected in all clients
- Hot-reloading web pages during development without manual refresh
FAQ from MCP HTML Sync Server
How do I install MCP HTML Sync Server?
Install via Docker (docker pull yujiosaka/mcp-html-sync-server), npx (npx mcp-html-sync-server), or by cloning the repository and using bun install then bun run start.
What configuration options are available?
Configure via environment variables or a .env file: SERVER_HOST (default localhost), SERVER_PORT (default 3000), BASE_URL (default http://localhost:3000/), PAGE_MAX_AGE (default 1h), and PAGE_MAX_COUNT (default 1000).
What MCP tools does the server provide?
Three tools: create_page (creates a new HTML page with optional scripts and stylesheets), update_page (updates an existing page’s body), and destroy_page (removes a page and disconnects all clients).
How does page expiration and limit work?
Pages have a configurable maximum age (PAGE_MAX_AGE, e.g., 1h). When the total number of pages exceeds PAGE_MAX_COUNT, the oldest pages are automatically removed.
Does the server support real-time updates?
Yes. When a page is created or updated, all connected browsers receive updates in real-time via WebSocket hot reload.
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント