
hanzi-browse
by hanzili·★ 161·Score 48
MCP server that enables AI agents to browse local websites with site-specific playbooks for complex interactions.
Overview
Hanzi Browse is a context layer for browsing agents that provides site playbooks to help AI navigate complex websites. It offers two modes: MCP integration for AI agents and API access for building applications. The server exposes tools for browser automation including browser_start, browser_message, browser_status, browser_stop, and browser_screenshot. It supports 24 major websites including X, LinkedIn, Gmail, GitHub, and others with specialized interaction hints rather than brittle scripts.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Hanzi Browse when you need to automate browser interactions for AI agents on complex websites with dynamic content and anti-bot measures that standard scrapers can't handle.
When NOT to choose this
Don't choose Hanzi Browse if you need to automate simple sites that standard web scrapers can handle, or if you require open-source licensing (the core components are proprietary).
Tools this server exposes
5 tools extracted from the READMEbrowser_startRun a browser automation task. Blocks until complete.
browser_messageSend a follow-up message to an existing browser session.
browser_statusCheck the progress of an ongoing browser automation task.
browser_stopStop a currently running browser automation task.
browser_screenshotCapture the current browser page as an image.
Comparable tools
Installation
# Install via npx
npx hanzi-browse setupFor Claude Desktop integration, add to Claude Desktop config:
{
"mcpServers": {
"hanzi-browse": {
"command": "npx",
"args": ["hanzi-browse", "mcp"]
}
}
}FAQ
- What sites are supported?
- Hanzi Browse currently supports 24 sites including X, LinkedIn, Gmail, GitHub, Notion, Figma, Slack, Reddit, Amazon, eBay, Walmart, Target, Zillow, Apartments.com, Craigslist, Indeed, Google Docs, Sheets, Calendar, Drive, ChatGPT, Claude.ai, and Stack Overflow.
- How does it handle anti-bot detection?
- Instead of brittle scripts that break when websites change, Hanzi Browse provides hints to the LLM about how to navigate specific sites. The model stays in control and can adapt when the DOM changes, without requiring rebuilding of adapters.
Compare hanzi-browse with
Last updated · Auto-generated from public README + GitHub signals.