MCP server

Firecrawl
MCPOfficial Firecrawl MCP. Search and scrape as markdown.
Firecrawl’s own server. Pages come back clean enough to feed a model.
latest·Apache-2.0·Updated this quarter·github.com/firecrawl/firecrawl-mcp-server·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "…"
}
}
}
}By Firecrawl
Spec
What the server actually exposes.
search
readWeb search via Firecrawl.
scrape
readA URL as markdown.
crawl
readA site, with a depth you set.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
firecrawl-mcp.mcp/tools
Tools
- read
search
Web search via Firecrawl.
- read
scrape
A URL as markdown.
- read
crawl
A site, with a depth you set.
Last call
{ "ok": true,
"tool": "search",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
