← anybrowse.dev
INDIVIDUAL MCP TOOL
crawl
Search Google for a query and scrape the top results to Markdown.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.anybrowse-dev]
url = "https://anybrowse.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anybrowse-dev": {
"type": "http",
"url": "https://anybrowse.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anybrowse-dev
Remote MCP URL: https://anybrowse.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"anybrowse-dev": {
"url": "https://anybrowse.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anybrowse-dev": {
"type": "http",
"url": "https://anybrowse.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anybrowse-dev",
"transport": "streamable-http",
"url": "https://anybrowse.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
batch_scrape— Scrape multiple URLs at once (up to 10) and get all results as markdown.extract— Extract structured data from any URL as JSON.scrape— Convert any URL to clean, LLM-ready Markdown.search— Search the web using Brave Search API — fast, reliable, no rate limits.