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:
Config:
{
"mcpServers": {
"anybrowse": {
"command": "npx",
"args": ["-y", "@anybrowse/mcp"]
}
}
}