Instachat Browser connects your Chrome profile to an AI app on your Mac, only while you allow it.
It works with any app that supports MCP (Model Context Protocol). Once connected, that app can list your tabs, read a page, take screenshots, type, run page scripts, navigate, and open or close tabs, using the sessions you are already signed in to.

ehfpmbhfbpngbdgicmjdleghehknmmcb.instachat-browser-setup in Terminal. It connects to the store extension by default; use --extension-id only for a different build you trust.mcp.json that setup prints to your AI app's MCP settings, paste the key in place of the placeholder, then restart that server.Bridge download: instachat-browser-0.5.0-macos-arm64.pkg (Instachat Browser Bridge 0.5.0, macOS on Apple Silicon only, signed and notarized with a Developer ID). SHA-256 5ff8868ff8dba2d2b39a157967313f4354cb73e4fb56a55413928ad82676d401, also in the SHA256SUMS file.

{
"mcpServers": {
"instachat-browser-extension": {
"command": "/absolute/path/to/node",
"args": ["/absolute/path/to/mcp.mjs"],
"env": { "INSTACHAT_BROWSER_PAIRING_SECRET": "PASTE_CURRENT_EXTENSION_KEY_HERE" }
}
}
}Never paste the pairing key into a chat. Keep it in the app's MCP configuration only.
instachat-browser-setup --uninstall, and remove the extension from chrome://extensions. Saved screenshots and bridge files stay in ~/.instachat/browser-bridge until you delete them.Each Connect creates a new random key. An app must present it before it can read anything or send commands, so another program on your Mac that does not have the key cannot use the connection.
What it does not protect against: a program running as your user that can read your app's MCP configuration or its memory, tamper with Chrome, replace local files, or see the key. Such a program can also block the connection. A key stays valid until you press Stop or the connection ends. It is local pairing, not account sign-in. Only connect when you want an app to act in your browser, and click Stop when you are done.
The extension and bridge do not upload your browsing data to Instachat, analytics or a model provider. Your AI app may send tool results and screenshots to its own model provider, and browser actions can send data to the websites you use. Screenshots are saved on your Mac until you delete them. Full details: privacy policy.