Chrome Live MCP
Chrome Live MCP
すでに使っている Chrome に、ローカルの stdio MCP エージェントを接続できます。2 つ目のブラウザーを起動することなく、サインドイン済みのセッション、Cookie、タブ、拡張機能の環境もこそのまま利用できます。
Chrome Live MCP は独立した実装です。chrome-devtools-mcp のインストール、インポート、起動、ラップを行いません。
要件
Google Chrome 144 以降
Node.js 20 以降
stdio を介したローカル MCP サーバーをサポートするデスクトップ エージェント
Related MCP server: Pagerunner
初回の Chrome セットアップ
Chrome をバージョン 144 以降に更新します。
Chrome で
chrome://inspect/#remote-debugingを開きます。リモートデバッグを有効にし、Chrome を起動したままにします。
Chrome は接続の許可の管理を引き続けます。Chrome が接続を許すがなくかを尋ねてきた場合は、トスがテキし、許可 を選択してください。
自動化ターゲットの選択はバックグラウンドのみで行われます。browser_select_tab への接続や呼び出しを行定しても、そのタブがアクティブになったり、現在のChromeの講義からフォーカスを奪ったりすることはありません。
ZCode
設定 → MCP サーバー → 新規 MCP サーバー を開し、次を入力してください。
スコープ:
Userタイプ:
--stdioさい。名前:
chrome-liveコマンド:
npx引数:
-減 code-live-mcp@latest
このエトリを有効にし、新しい ZCode タスを開始しください。正しーの TXLook**.... [Zコード_TESTING.md]..
Kimi Code CLI
kimi mcp add --transport stdio chrome-live -- npx -y chrome-live-mcp@latest
kimi mcp test chrome-liveその他の MCP クライアントには、次の標準構成を使用します。
{
"mcpServers": {
"chrome-live": {
"command": "npx",
"args": ["-y", "chrome-live-mcp@latest"]
}
}
}ローカル開発
npm install
npm test
npm run typecheck
npm run bundle --workspace chrome-live-mcp
node packages/cli/dist/main.js doctorMCP クライアントでローカル チェックアウトをテストするには、npx の構成を次のものに置き換えます。
{
"command": "node",
"args": ["/absolute/path/to/chrome-live-mcp/packages/cli/dist/main.js", "serve"]
}ツールと安全性
サーバーは、接続、本質、タブ、セマンティック スナップショット、スクリーンショット、ポインター、キーボード、フォーム選択、ページと参照先コンテナのスクロール、ナビゲーション、待機の各ツールを提供します。browser_scroll_to は、内部リストやパネルを直接最上部または最下部へ移動できます。また、意図的に任意の JavaScript の実行、生の CDP、Cookie、ストレージ、パスワード、認証ヘッダーを公開することはありません。
同時に Chrome を制御できるのは、常に 1 つの Chrome Live MCP プロセスのみです。プロトコルの通信はすべて stdin/stdout を使用し、サーバーは待受用のネットワークポートを開きません。ページの内容は信頼しないものとし、重大な操作は呼び出し元エージェントの承認ポリシーに従う必要があります。
ステータス
当初の互換性ターゲットは、ZCode Desktop、ZCode CLI、Kimi Code CLI、Claude Code、Cursor およびその他の準拠ローカル stdio MCP クライアントです。互換性とは、クライアントがローカルコマンドを起動し、標準の MCP initialize、tools/list、tools/call を実装できることを意味します。クラウド専用クライアントはこの範囲外です。
ライセンス
MIT ライセンス。
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
- AlicenseAqualityDmaintenanceConnects to a running Chrome instance via CDP to expose browser control as MCP tools, preserving login state, cookies, and extensions for automation.1916MIT
- FlicenseNot gradedqualityBmaintenanceA Chrome browser automation MCP server. Connect Claude (or any MCP client) to a real Chrome session — using your existing profiles with their cookies, saved passwords, and history.3
- AlicenseNot gradedqualityBmaintenanceLocal MCP server for persistent Chrome automation with multi-profile support, enabling tab management, page inspection, element interaction, JavaScript evaluation, and screenshots while preserving login sessions across restarts.1801MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that lets agents drive your real Chrome browser with existing logins and sessions via an outbound-only WebSocket extension. It exposes Playwright-compatible browser tools for navigation, clicking, typing, and snapshots.Apache 2.0
Related MCP Connectors
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
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/wankaiyi/chrome-live-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server