Skip to main content
Glama
xlreon
by xlreon

Chrome Actuator

非官方伴侣:从智能体驱动你已经打开的 Chrome 窗口 (已在 Grok Build 上测试)。新工作会落在当前会话中一个粉色的 Actuator 标签组里,而不是新的 Chrome 窗口。

tabs_create → snapshot → press @e12 / fill @e5 "text" → settle

v1 是一个执行器,而不是侧面板聊天机器人。智能体留在终端中。扩展程序能看到页面,分配 @eN 引用,并执行点击/输入。你的 Cookie 和登录状态保留在 Chrome 中。

与 xAI 无关联、未经其认可或赞助。 “Grok”和“Grok Build”是 xAI 的商标,此处仅用于描述兼容性。参见 NOTICE

状态

阶段 0–3 已完成。pnpm gauntlet 涵盖单元测试、内容脚本执行器以及通过原生消息传递驱动的实时 Chromium 标签页。

阶段

内容

状态

0

工作区、稳定的扩展 ID、侧面板

已完成

1

原生消息传递心跳

已完成

2

在真实标签页上执行 snapshot / press / fill

已完成

3

智能体插件 + /chrome + 技能

已完成

Related MCP server: monkeysee

加载扩展

cd /path/to/chrome-actuator
pnpm install
pnpm --filter @chrome-actuator/extension build
  1. 打开 chrome://extensions

  2. 启用开发者模式

  3. 加载已解压的扩展程序packages/extension/dist

  4. 固定扩展程序并点击它(或按 Cmd+Shift+G

然后注册原生主机(仅一次)并完全退出 Chrome:

node packages/host/dist/install.js

插件安装时的 --trust 允许智能体操作此 Chrome 配置文件。仅在你信任该智能体时才这样做。

grok plugin install ./packages/plugin --trust

一旦 MCP 主机运行,侧面板应显示 connected

pnpm gauntlet   # unit + L3 + live native-messaging L4

稳定的已解压 ID(来自已提交的 manifest key):lgkcgenkjaalkfnpmglgpfclkaokblfj

我们不会重新讨论的决定

  • 大脑在智能体,身体在 Chrome。v1 中没有扩展内 LLM 循环。

  • 使用原生消息传递,而非 WebSocket、Playwright 或 agent-device-the-binary。

  • agent-device 契约仅限于 snapshot / press / fill

  • v1 中不使用 chrome.debugger(无黄色信息栏)。

  • 独立实现。不要将其他供应商的品牌、商标或逆向工程内部代码复制到此仓库中。

布局

packages/shared      protocol, snapshot grammar, target parser
packages/extension   MV3 side panel + service worker
packages/host        MCP + native host
packages/plugin      Grok Build plugin (compatibility layer)

测试

pnpm --filter @chrome-actuator/shared test

许可证

MIT。参见 LICENSENOTICE

A
license - permissive license
-
quality - not tested
C
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

  • A
    license
    B
    quality
    F
    maintenance
    Enables 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.
    20
    239
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables MCP clients to drive a real, logged-in Chrome browser for web automation tasks like navigation, clicking, typing, and screenshotting.
    1
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Drive your real, signed-in Chrome browser from any MCP client, enabling browser automation such as navigation, clicking, typing, and screenshots through standard MCP tools.
    1
  • A
    license
    -
    quality
    A
    maintenance
    Enables AI assistants to control Chrome browser operations such as navigation, reading pages, taking screenshots, managing tabs, and more via a Chrome extension and native messaging.
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

  • Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.

  • Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.

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/xlreon/chrome-actuator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server