BrowserKing: Open-Source Chrome Extension for Browser Control via Claude and Other Models

BrowserKing is a free, open-source Chrome extension that turns Claude and other AI models into full browser agents. It operates from a side panel and requires no account or subscription—just your Anthropic API key.
Key Features
- Supports Claude and 15+ other AI models
- Takes screenshots of the current browser screen and sends them to the selected model
- Acts on the model's decisions to perform browser actions
- Each provider gets its own theme color, with the UI adapting visually when switching models
Browser Control Capabilities
- Clicking buttons
- Filling forms
- Scrolling
- Navigating tabs
The developer notes that Claude handles the vision + tool call combination particularly well compared to other providers tested. The extension is available on GitHub under the MIT license.
This type of tool is useful for automating browser-based tasks through natural language instructions, potentially reducing manual interaction with repetitive web interfaces.
📖 Read the full source: r/ClaudeAI
👀 See Also

Local AI Agent Achieves Sub-Second STT and TTS Latency with Open-Source Servers
A developer achieved ~0.2s STT latency using Whisper large-v3-turbo with hybrid thread-managed GPU architecture and ~250ms TTS latency with Coqui-TTS optimized for low-latency synthesis. Both implementations are fully self-hosted and open-sourced.

Real-Time Desktop Overlay for Monitoring Claude Code Usage Limits
The open-source desktop overlay displays Claude Code usage limits in real-time, eliminating the need to repeatedly type '/usage'.

2-Prompt System to Carry Context Between Claude Chats Without Token Waste
A developer shares two prompts for compressing an entire Claude conversation into a structured context block and loading it into a fresh chat, preserving decisions, work, and next steps.

DreamScape: Browser-Based 3D World Builder Powered by Claude Code and MCP
DreamScape is a browser-based 3D world builder where Claude Code controls 30 MCP tools to generate terrain, models, weather, and behaviors in real time through natural language commands.