Firecrawl
Web intelligence layer that turns any URL into LLM-optimised markdown. Handles JavaScript rendering, pagination, and structured extraction so your agent reads the live web instead of stale training data.
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": ["firecrawl-mcp"],
"env": { "FIRECRAWL_API_KEY": "your-key" }
}
}
}
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"env": { "FIRECRAWL_API_KEY": "your-key" }
}
}
}