Ai First Scraper Mcp

web MCP Server

MCP server giving Claude Desktop / Cursor / Cline ad-free web scraping + search via three tools: fetch_page, fetch_pages_batch, search_web.

VerifiedInstall Ready
webweb
1 views1 stars0 forksMIT

Why This Matters

Discovered via github-topic:mcp and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp
Stars
1
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

uvx ai-first-scraper-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "ai-first-scraper-mcp": {
      "command": "npx",
      "args": [
        "ai-first-scraper-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

5
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (5)

Client

Config path

Tool

What it does

fetch_page

Fetch one URL → return clean Markdown (HTML or PDF).

fetch_pages_batch

Fetch up to 25 URLs in parallel → return Markdown for each.

search_web

Run a web search and return the top-k result pages already converted to Markdown.