Skip to main content
Glama
wankaiyi
by wankaiyi

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 セットアップ

  1. Chrome をバージョン 144 以降に更新します。

  2. Chrome で chrome://inspect/#remote-debuging を開きます。

  3. リモートデバッグを有効にし、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 doctor

MCP クライアントでローカル チェックアウトをテストするには、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 initializetools/listtools/call を実装できることを意味します。クラウド専用クライアントはこの範囲外です。

ライセンス

MIT ライセンス。

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    B
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Local 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.
    180
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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