# anybrowse MCP server

Converts any URL to clean, LLM-ready Markdown using real Chrome browsers

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-kc23go-anybrowse
- Repository: https://github.com/kc23go/anybrowse

## Install
- Endpoint: https://anybrowse.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://anybrowse.dev/mcp

## Tools
- batch_scrape - Scrape multiple URLs at once (up to 10) and get all results as markdown. More efficient than calling scrape() in a loop. Endpoint: https://anybrowse.dev/mcp
- extract - Extract structured data from any URL as JSON. Provide a schema describing what fields you want. Schema format: {"fieldName": "type"} where type is one of: string, number, boolean, array, object. Example: {"title": "string", "price": "number", "inStock": "boolean"}. Great for prices, availability, product details, contact info. Endpoint: https://anybrowse.dev/mcp
- scrape - Convert any URL to clean, LLM-ready Markdown. 84% success rate including JavaScript-heavy sites, Cloudflare-protected pages, and government sites. Renders JavaScript, handles dynamic content, bypasses common bot detection with stealth mode and CAPTCHA solving. Returns structured markdown with title and metadata. Tip: provide 'context' to get more relevant results. Free tier: 10 scrapes per day. Get 50 per day at anybrowse.dev/upgrade-free Endpoint: https://anybrowse.dev/mcp
- crawl - Search Google for a query and scrape the top results to Markdown. Returns structured results with title, URL, and full page content. Endpoint: https://anybrowse.dev/mcp
- search - Search the web using Brave Search API — fast, reliable, no rate limits. Returns titles, URLs, and descriptions as structured JSON without scraping the pages. Endpoint: https://anybrowse.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.kc23go
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Feb 20, 2026
- Source: https://registry.modelcontextprotocol.io
