Odel
AI-First Scraper

AI-First Scraper

Local
@yubinkim4442PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIai-first-scraper-mcpv1.0.2

Run

uvx ai-first-scraper-mcp

MCP client config

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