Skip to content

Add anybrowse MCP server -- web scraping with anonymous free tier #11

@kc23go

Description

@kc23go

Server submission: anybrowse

Please add anybrowse to the Smithery registry.

Package details:

What it does:

Web scraping MCP server that converts URLs to clean, LLM-ready Markdown using real Chrome browsers.

MCP tools provided:

  • scrape - Convert URL to Markdown (84% success rate, handles JS, Cloudflare, SPAs)
  • crawl - Google search + scrape top results
  • search - Google search as structured JSON

Free tier:

10 calls/day anonymously, no API key required. Just run:

npx -y @anybrowse/mcp

Config:

{
  "mcpServers": {
    "anybrowse": {
      "command": "npx",
      "args": ["-y", "@anybrowse/mcp"]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions