🧠 Claude Desktop & Claude 3.7 MCP
Live Web Scraping for Claude Desktop
Let Claude Desktop inspect live URLs, read documentation, and conduct deep online research directly inside your desktop chat interface using our official MCP server.
claude_desktop_config.json
{
"mcpServers": {
"flycrawl": {
"command": "npx",
"args": ["-y", "flycrawl-mcp"],
"env": {
"FLYCRAWL_API_KEY": "YOUR_KEY"
}
}
}
}