a2web

yoselabs/a2web
★ 0 stars Python 🤖 AI/LLM Updated today
Agent-to-Web — adaptive web fetching MCP server and CLI for AI agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "a2web": {
      "command": "uvx",
      "args": [
        "a2web"
      ]
    }
  }
}

Or install with pip: pip install a2web

README Excerpt

**Agent-to-Web** — adaptive web fetching MCP server and CLI for AI agents. Sibling to [`a2db`](https://github.com/yoselabs/a2db) and [`a2atlassian`](https://github.com/yoselabs/a2atlassian). Built on [`a2kit`](https://github.com/yoselabs/a2kit). Claude Code's `WebFetch` silently fails on Reddit, HN, Cloudflare-protected sites, and JS-heavy SPAs — exactly where the highest-value content lives. Subagents shrug and move on, losing research findings.

Tools (1)

fit_md