MCP Directory

kc23go/anybrowse

GitHub
Web Utilities

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`

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y anybrowse

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route kc23go/anybrowse intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add anybrowse

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use kc23go/anybrowse directly without routing

npx -y anybrowse

New to Agent-CoreX? View setup guide →

kc23go/anybrowse MCP Server — Agent-CoreX