Install the extension
Load the Chrome extension and sign in at trybeacon.space.
MCP · Chrome · stable ids
Beacon connects Cursor to Chrome — observe the page, act by stable ids, verify the result.
Extension + relay. Sign up, paste one key, keep a tab open.
Why
Pages change. Labels duplicate. “Click Submit” hits the wrong Submit. One id per control in every observe dump. Your agent uses that id — not a guess from visible text.
How it works
Load the Chrome extension and sign in at trybeacon.space.
Paste your one-time key into mcp.json. Bearer auth. No query hacks.
observe returns controls with ids. click, type, and run use those ids on your open tab.
MCP
Tools: observe, click, type, press, scroll, navigate, run. Multi-step run executes without an LLM between steps. The extension is the hands; the server is the relay.
{
"mcpServers": {
"beacon": {
"url": "https://api.trybeacon.space/mcp",
"headers": { "Authorization": "Bearer bcn_…" }
}
}
}Security
Still in the fog?