live-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@live-mcpclick the Say Hello button on the demo page and read the result"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Live MCP
Cầu nối cho AI agent điều khiển trang web thuần declarative — agent hành động bằng chuột và bàn phím thật (trusted events qua CDP), không gọi JavaScript của trang.
Đặc tả cho web developer:
docs/livemcp-declarative-spec.mdKiến trúc hệ thống:
docs/livemcp-architecture.md
Trạng thái
M0 — walking skeleton. Toàn tuyến agent → MCP → server → WebSocket → extension → CDP → DOM
đã thông với một tool click duy nhất. Các milestone tiếp theo (form/type, cơ chế đợi,
tool tham số hoá, policy, con ong 🐝, canvas) xem mục "Lộ trình" trong kế hoạch dự án.
Package | Vai trò |
| Hợp đồng trung tâm: |
| Local Server: MCP stdio, WS hub |
| Chrome MV3: content script quét declarative, service worker thi hành qua CDP |
| Trang demo đạt chuẩn, kiêm test bed |
Related MCP server: WeaveTab-MCP
Chạy thử
npm install
npm run build1. Demo site
npm run dev:site # http://localhost:51802. Local Server — chạy độc lập để xem log, hoặc để agent tự spawn (bước 4).
npm run dev:server3. Extension — chrome://extensions → bật Developer mode → Load unpacked →
chọn packages/extension/dist. Mở http://localhost:5180, mở DevTools Console,
phải thấy:
[Live MCP] "LiveMCP Demo" — phát hiện 1 tool declarative.Log của server phải thấy site_announce + snapshot ... tools=1.
4. Đấu nối agent
claude mcp add livemcp -- node D:/vibeBoss/webmcp/LiveMCP/packages/server/dist/index.js --stdioRồi yêu cầu agent: "gọi tool livemcp_list_sites" → "gọi livemcp_demo__say_hello". Nút trên trang phải thực sự bị bấm, Chrome hiện banner "đang debug", và ô kết quả ghi sự kiện thật (trusted) — đó là bằng chứng CDP hoạt động đúng.
Banner "Live MCP is debugging this browser" là cố ý, không phải lỗi: không có cách hợp lệ nào tắt nó, và nó cho user biết agent đang điều khiển trình duyệt.
Test
npm testChỉ test những vùng logic thuần dễ hỏng (định tuyến tên tool, chuyển đổi schema). Phần tương tác browser kiểm bằng demo-site thủ công theo tiêu chí nghiệm thu từng milestone.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables AI agents to directly control your real Chrome browser with full context including login sessions, cookies, and open tabs. It provides tools for page scanning, JavaScript execution, CDP control, screenshots, and physical mouse/keyboard input for authentic browser automation.Last updated20241MIT
- Alicense-qualityDmaintenanceThe Zero-Setup Local Browser MCP. Enables AI agents to control web browsers via CDP with zero vision tokens and high-speed DOM mapping.Last updated18MIT
- AlicenseBqualityBmaintenanceEnables AI agents to debug code and automate browsers using Chrome DevTools Protocol, supporting breakpoints, variable inspection, and replayable interaction recording.Last updated351,39114MIT
- Alicense-qualityCmaintenanceEnables AI agents to control Chrome browser actions like navigation, clicking, form filling, screenshots, and console/network logging via an MCP server and Chrome extension.Last updated1,042MIT
Related MCP Connectors
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ghien-dev/live-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server