← Back to browse

AI-First Scraper

Indexed by io.github.yubinkim444

About

Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSCRAPER_URL SEARCH_URL AFS_TIMEOUT
Claude Code
claude mcp add --env SCRAPER_URL= --env SEARCH_URL= --env AFS_TIMEOUT= ai-first-scraper-mcp -- uvx ai-first-scraper-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ai-first-scraper-mcp","command":"uvx","args":["ai-first-scraper-mcp"],"env":{"SCRAPER_URL":"","SEARCH_URL":"","AFS_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "ai-first-scraper-mcp": {
      "command": "uvx",
      "args": [
        "ai-first-scraper-mcp"
      ],
      "env": {
        "SCRAPER_URL": "",
        "SEARCH_URL": "",
        "AFS_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.