BrowserWing

Normal
GitHub Go MIT

Description

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

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.

Related Projects