Best for
- Developers experimenting with browser automation.
- Users who want AI browser capabilities in Chrome, Edge, or Electron.
- Users who need access to Composio integrations.
This is an open-source browser extension and Electron browser project, not a project with a clearly documented MCP server interface. The README supports browser automation, sidebar chat, and Composio integration features, but provides no server manifest, MCP tool identifiers, transport details, client compatibility, or license information.
Open ChatGPT Atlas is a browser automation project built as a Chrome or Edge extension, with a standalone Electron browser application. It provides Browser Tools mode, Tool Router mode, and a sidebar chat interface. Browser Tools mode uses Gemini 2.5 Computer Use for screenshots, clicks, typing, scrolling, and navigation; Tool Router mode can access integrations such as Gmail, Slack, and GitHub through Composio.
Requires Node.js 18+, npm, Chrome or Edge with Manifest V3 support, and a required Google API key. Run npm install and npm run build, then enable Developer mode at chrome://extensions/ and load the dist folder. To run the Electron browser, run npm run build:electron followed by npm run electron; development mode is available with npm run electron:dev. A Composio API key is only required for Tool Router mode.