Everything you need to get started.
Quick start
1. Install everything
Downloads Chromium and registers the MCP server + /iframer skill in Claude Code. Restart Claude Code after. To remove: npx iframer-toolkit remove
2. (Optional) Install separately
3. Talk to your agent
Browser modes
iframer auto-selects and auto-escalates: headless → binary-headful → docker-headful. CAPTCHA solving works in all modes and requires an Anthropic API key.
Environment variables
MCP Tools
Pipeline steps
Use with the execute tool. Steps run sequentially with a 20s stale-state timeout.
API reverse engineering
Use the reverse-engineer tool to capture a site's API while your agent browses it. It records every XHR/fetch request — including auth tokens, cookies, headers, and response bodies.
How to use it
The agent runs the same pipeline steps as execute, but records all network calls the page makes.
What it saves
Ask for TypeScript output to get .ts files with inferred types from the captured response bodies.
Security
CLI
Open source · MIT license · 2026