Convert any URL to LLM-ready Markdown via real Chrome browsers. 3 tools: scrape, crawl, search. Free via MCP, pay-per-use via x402. Remote MCP endpoint: `https://anybrowse.dev/mcp`
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y anybrowseAgent-CoreX intelligently routes which tools from kc23go/anybrowse your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"anybrowse": {
"command": "npx",
"args": [
"-y",
"anybrowse"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add anybrowseAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use kc23go/anybrowse directly without routing
npx -y anybrowseNew to Agent-CoreX? View setup guide →