Show HN: Browser AI – Use Playwright Without Blowing Up Your Context Window Hey HN! I built Browser AI after getting frustrated with the official Playwright MCP server in Claude Code. If you've used it, you know the pain:
Browser AI wraps Playwright MCP with a single natural language interface. Instead of Claude managing dozens of tools, you get one: browser_ai.execute. Just tell it what you want in plain English:
The magic: Browser AI uses Claude (via your Claude Code subscription) to interpret your commands and translate them into the right Playwright calls. This means:
Technical details:
Installation is two lines:npx @qckfx/browser-ai --auth claude mcp add browser-ai -- npx --yes @qckfx/browser-ai@latest I've been using this for web scraping and E2E test writing, and it's completely changed how I work with browser automation in Claude Code. Would love to hear if this solves similar pain points for others! |