🤖 Autonomous Browsing Tools for Agents
Live Web Extraction Tools for Autonomous AI Agents
Give your AI agents real-time web exploration, documentation inspection, and structured data extraction with sub-350ms response loops and official Model Context Protocol (MCP) servers.
Cursor MCP Configuration
{
"mcpServers": {
"flycrawl": {
"command": "npx",
"args": ["-y", "flycrawl-mcp"],
"env": {
"FLYCRAWL_API_KEY": "YOUR_KEY"
}
}
}
}