Drops three web scraping tools into Claude Desktop, Cursor, or Cline: fetch_page for single URLs, fetch_pages_batch for up to 25 in parallel, and search_web that runs queries and returns results already converted to Markdown. Strips ads and clutter so your agent gets clean text instead of raw HTML soup. Runs via uvx with zero install, calls the public ai-first-scraper and ai-first-search APIs by default, or point it at your own backend with environment variables. Useful when you need Claude to pull live web content or search results without choking on markup.
claude mcp add --transport stdio yubinkim444-ai-first-scraper-mcp uvx ai-first-scraper-mcp