Token-efficient web browser for LLM agents.
Extract clean markdown from any public web page — saves 90-95% of tokens compared to raw HTML.
Overview
BotBrowser
Burning 50,000 tokens per page? You only need 5,000.
Token-efficient web browser for LLM agents. Most web pages are 50,000+ tokens of bloated HTML. BotBrowser strips it down to just the content your LLM needs — clean, structured markdown saving 90-95% of tokens.
Features
- Save 90-95% tokens with clean markdown instead of raw HTML
- 100 free requests/day, no credit card required
- Pro: JS rendering, batch extraction, search + browse, screenshots
- Works with Claude Desktop, Cursor, and any MCP client
- REST API also available
Quick Start
- Sign up at thebotbrowser.com
- Create an API key from the dashboard
- Add the config below to your MCP client
Server Config
{
"mcpServers": {
"botbrowser": {
"url": "https://api.thebotbrowser.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Tools
| Tool | Tier | Description |
|---|---|---|
| browse_page | Free | Extract markdown from a web page |
| browse_pages | Pro | Batch extract from multiple URLs |
| search_and_browse | Pro | Search the web + extract results |
| screenshot | Pro | Capture page screenshots |
Links
- Docs: thebotbrowser.com/docs
- GitHub: github.com/AmplifyCo/botbrowser
- npm: npmjs.com/package/botbrowser
- PyPI: pypi.org/project/botbrowser
Server Config
{
"mcpServers": {
"botbrowser": {
"url": "https://api.thebotbrowser.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}