AI-First Scraper
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 vars
SCRAPER_URL SEARCH_URL AFS_TIMEOUTClaude Code
claude mcp add --env SCRAPER_URL= --env SEARCH_URL= --env AFS_TIMEOUT= ai-first-scraper-mcp -- uvx ai-first-scraper-mcp
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.