Anybrowse MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http anybrowse https://anybrowse.dev/mcp
README.md

Convert any URL to clean, LLM-ready Markdown.

anybrowse

Convert any URL to clean, LLM-ready Markdown.

Real Chrome browsers with full JavaScript rendering. 84% success rate including JavaScript-heavy sites, Cloudflare-protected pages, and government sites.

🆓 10 free MCP calls/day — no signup required. Get 50/day free with email signup.

MCP Server (Free)

Connect any MCP-compatible client to https://anybrowse.dev/mcp (Streamable HTTP transport).

Quick config for Claude Desktop / Cline / Cursor:

{
  "mcpServers": {
    "anybrowse": {
      "url": "https://anybrowse.dev/mcp"
    }
  }
}

No API key needed. Works out of the box. 10 free calls/day per IP, 50/day with a free account.

Tools

Tool Description
scrape Convert any URL to clean, LLM-optimized Markdown. Handles SPAs, dynamic content, and PDFs.
crawl Search Google for a query and scrape the top results to Markdown.
search Google search results as structured JSON (titles, URLs, snippets).

HTTP API (x402 Pay-Per-Use)

Endpoint Price Description
POST /scrape $0.003 USDC URL → Markdown
POST /crawl $0.005 USDC Search + scrape top results
POST /serp/search $0.002 USDC Google SERP as JSON

Example

curl -X POST https://anybrowse.dev/scrape \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -d '{"url": "https://example.com"}'

Response:

{
  "url": "https://example.com",
  "title": "Example Domain",
  "markdown": "# Example Domain\n\nThis domain is for use in illustrative examples...",
  "status": "ok"
}

Free Tier

Tier Limit How to get it
Anonymous 10 MCP calls/day Just use it — no config needed
Free account 50 calls/day Sign up — 10 seconds, no credit card
Credits 3,000+ calls Buy credits from $5
x402 Unlimited Pay per call with USDC on Base

Payment

Payments use the x402 protocol with USDC on Base. Any x402-compatible client or agent wallet can pay automatically. The facilitator is Coinbase CDP (https://api.cdp.coinbase.com/platform/v2/x402).

Discovery

Links

  • Website: https://anybrowse.dev
  • MCP endpoint: https://anybrowse.dev/mcp
  • Protocols: A2A, x402, MCP
  • Network: Base (USDC)
  • Wallet: 0x8D76E8FB38541d70dF74b14660c39b4c5d737088

Tools (3)

scrapeConvert any URL to clean, LLM-optimized Markdown, handling SPAs, dynamic content, and PDFs.
crawlSearch Google for a query and scrape the top results to Markdown.
searchGoogle search results as structured JSON including titles, URLs, and snippets.

Configuration

claude_desktop_config.json
{"mcpServers": {"anybrowse": {"url": "https://anybrowse.dev/mcp"}}}

Try it

Scrape the content of https://example.com and summarize the main points in Markdown.
Search for the latest updates on MCP protocol and provide a summary of the top results.
Crawl for recent documentation on React server components and extract the key technical details.
Find the contact information for the company listed at https://anybrowse.dev.

Frequently Asked Questions

What are the key features of Anybrowse?

Converts any URL into clean, LLM-ready Markdown. Full JavaScript rendering for SPAs and dynamic content. Bypasses Cloudflare protections and CAPTCHAs. Integrated real-time Google search capabilities. Supports x402 protocol for pay-per-use scaling.

What can I use Anybrowse for?

Feeding live website content into an AI agent for research or analysis. Automating data extraction from complex, JavaScript-heavy web applications. Performing real-time web searches to ground AI responses in current data. Converting technical documentation or PDFs into structured formats for LLM processing.

How do I install Anybrowse?

Install Anybrowse by running: Connect any MCP-compatible client to https://anybrowse.dev/mcp

What MCP clients work with Anybrowse?

Anybrowse works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Anybrowse docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare