browsirai
Installation
SKILL.md
browsirai
MCP server that connects AI coding agents to a running Chrome browser via Chrome DevTools Protocol. Interact with your live session -- logged-in state, cookies, and all open tabs.
Prerequisites
- A Chromium-based browser (Chrome, Edge, Brave, Arc) with remote debugging enabled
- Node.js 22+
Enable Remote Debugging
Option A -- Launch Chrome with a flag:
# macOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222
# Linux
google-chrome --remote-debugging-port=9222