Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”Ž Search & Data Extraction
  3. AI First Scraper MCP
AI First Scraper MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:45:44 AM

AI First Scraper MCP

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
web-scrapingsearchmarkdownmcpdeveloper-tools

Fetches web pages and search results as clean Markdown through three MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "yubinkim444-ai-first-scraper-mcp": {
      "command": "uvx",
      "args": [
        "ai-first-scraper-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

The yubinkim444/ai-first-scraper-mcp MCP server exposes web scraping and search tools that return ad-free Markdown to MCP-compatible agents. It can convert individual HTML or PDF URLs, process up to 25 URLs in parallel, or search the web and return the top-k pages in Markdown. Reach for it when an agent needs readable web content without handling raw HTML, and configure optional backend URLs for self-hosted scraper and search services.

Use cases

โ€ขFetch article pages as Markdown for summarization
โ€ขProcess up to 25 URLs concurrently
โ€ขSearch the web and inspect top result pages
โ€ขExtract readable content from HTML or PDF sources

Key features

โ€ขSingle-page HTML and PDF to Markdown conversion
โ€ขParallel retrieval for up to 25 URLs
โ€ขWeb search with top-k Markdown pages
โ€ขMCP stdio support
โ€ขOptional self-hosted backend configuration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by AI First Scraper MCP.

Extracted Tool Capabilities
Single-page HTML and PDF to Markdown conversion
Parallel retrieval for up to 25 URLs
Web search with top-k Markdown pages
MCP stdio support
Optional self-hosted backend configuration

How AI First Scraper MCP works

What yubinkim444/ai-first-scraper-mcp MCP server does

The yubinkim444/ai-first-scraper-mcp MCP server connects an MCP-compatible agent to web retrieval and content cleanup services. It returns pages as Markdown rather than exposing the agent to full HTML documents containing advertisements and other page noise. The server supports individual pages, batches of pages, and search-driven retrieval.

The project delegates processing to the ai-first-scraper and ai-first-search APIs. Public service instances are used by default, while deployments can point the MCP server at their own backend endpoints.

How it works

An MCP client starts the server locally over standard input and output. When the agent invokes a tool, the server sends the request to the configured scraper or search backend and returns Markdown content through MCP.

For direct retrieval, a URL can refer to an HTML page or a PDF. Batch retrieval accepts as many as 25 URLs and runs those requests in parallel. Search combines web discovery with page conversion, returning the top-k results as Markdown so the agent can work with page content directly.

This design fits research, summarization, and extraction workflows where the agent needs current web pages but should not parse raw HTML itself. It does not describe a browser-control workflow or a local crawler; its documented interface is the three MCP tools backed by the companion APIs.

Setup and configuration

The yubinkim444/ai-first-scraper-mcp MCP server is available from PyPI and can be launched with uvx without a separate package installation:

config.json
{
  "mcpServers": {
    "ai-first-scraper": {
      "command": "uvx",
      "args": ["ai-first-scraper-mcp"]
    }
  }
}

A conventional pip installation is also documented. After installation, the ai-first-scraper-mcp executable starts the server. The README provides configuration locations for Claude Desktop on macOS and Windows, Cursor, and Cline in VS Code; clients must be restarted after adding the entry.

Three optional environment variables select alternate backends or change the request timeout:

  • SCRAPER_URL sets the scraper service URL.
  • SEARCH_URL sets the search service URL.
  • AFS_TIMEOUT sets the timeout value.

If these values are omitted, the server uses the listed public Render-hosted scraper and search instances.

Tools and capabilities

The yubinkim444/ai-first-scraper-mcp MCP server provides:

  • fetch_page: retrieves one HTML or PDF URL and converts it to clean Markdown.
  • fetch_pages_batch: retrieves up to 25 URLs concurrently and returns Markdown for each.
  • search_web: performs a web search and returns the top-k result pages after Markdown conversion.

These outputs are intended for direct agent reasoning, including tasks such as finding articles, summarizing multiple sources, or extracting information from selected pages.

Limitations and notes

The project depends on the availability and behavior of its scraper and search backends. The README documents public default endpoints and optional self-hosting, but it does not specify uptime guarantees, search-provider coverage, authentication options, rate limits, or Markdown conversion rules.

Batch requests are capped at 25 URLs. Search returns a configurable top-k result set, but the provided material does not define a default value or expose additional search parameters. Python 3.10 or newer is indicated by the project metadata. The server communicates over MCP stdio, so it requires an MCP client configuration rather than operating as a standalone hosted endpoint.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Firecrawl MCP Server logoFirecrawl MCP Server
    Verified

    Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host.

    ๐Ÿ”Ž Search & Data Extraction5 views
    Compare vs Firecrawl MCP Server โ†’
  • Open WebSearch logoOpen WebSearch

    Web search using free multi-engine search (NO API KEYS REQUIRED) โ€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Open WebSearch โ†’
  • MCP Server Scraper logoMCP Server Scraper

    Web scraping โ€” extract clean markdown, links, and metadata from any URL. Free Firecrawl alternative.

    ๐Ÿ”Ž Search & Data Extraction2 views
    Compare vs MCP Server Scraper โ†’
  • Fetch MCP logoFetch MCP

    An MCP server to flexibly fetch JSON, text, and HTML data

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Fetch MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
16d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about AI First Scraper MCP

Add a client MCP entry that runs `uvx` with `ai-first-scraper-mcp` as its argument, or install the package with pip and run its executable.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAI First Scraper MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/yubinkim444-ai-first-scraper-mcp?style=directory)](https://allmcps.com/mcp/yubinkim444-ai-first-scraper-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/yubinkim444-ai-first-scraper-mcp"><img src="https://allmcps.com/api/badge/yubinkim444-ai-first-scraper-mcp?style=directory" alt="AI First Scraper MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedSep 7, 2026
9/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit16d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 26, 2026
53Quality signal: Good ยท 53/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev ยท ai-first-scraper-mcp (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”Ž Search & Data Extraction โ†’Best MCP servers for Web Search & Scraping โ†’Alternatives to AI First Scraper MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code