BrowserWing
NormalDescription
BrowserWing turns browser actions into MCP commands or Claude Skills, allowing AI agents to control browsers efficiently and reliably with reduced dependency on heavy LLM interactions.
Key Features
- 78 built-in scripts across 10 categories (GitHub, Bilibili, Reddit, Hacker News, YouTube, etc.)
- Native MCP and Skills protocol support for AI tool integration
- Visual script recording with replay and export to MCP commands or Skill files
- LLM-powered semantic data extraction supporting OpenAI, Claude, DeepSeek
- CLI mode for AI agents with headless browser and JSON output
- Full browser automation with 26+ HTTP API endpoints
Use Cases
π‘ Web scraping and structured data extraction from popular platforms
π‘ AI agent browser automation via MCP or Skills protocol integration
π‘ Creating custom web automation scripts with visual recording
π‘ Monitoring trending content across multiple platforms automatically
π‘ Building data pipelines that require authenticated web browsing
Categories
Quick Start
Install: npm install -g browserwing && browserwing --port 8080. Run scripts: browserwing run github-trending | jq '.[0:5]'. MCP integration: add {"mcpServers": {"browserwing": {"type": "http", "url": "http://localhost:8080/api/v1/mcp/message"}}} to your AI tool config.