🔌 Native Model Context Protocol • Cursor & Claude

Official MCP Web Scraper for AI Coding Agents

Empower your AI coding assistants in Cursor IDE, Windsurf, and Claude Desktop with autonomous web browsing, live documentation inspection, and clean Fit-Markdown extraction.

Cursor MCP Config
{
  "mcpServers": {
    "flycrawl": {
      "command": "npx",
      "args": ["-y", "flycrawl-mcp"],
      "env": {
        "FLYCRAWL_API_KEY": "YOUR_KEY"
      }
    }
  }
}