Skip to content

AI-First Scraper for Grok

io.github.yubinkim444/ai-first-scraper-mcp

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

client:Grok transport:stdio runtime:pypi

Install AI-First Scraper in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ai-first-scraper-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ai-first-scraper-mcp"
      ],
      "env": {
        "SCRAPER_URL": "<SCRAPER_URL>",
        "SEARCH_URL": "<SEARCH_URL>",
        "AFS_TIMEOUT": "<AFS_TIMEOUT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AI-First Scraper in other clients