firecrawl for Grok
com.mcparmory/firecrawl
Scrape, crawl, and extract structured data from websites at scale
client:Grok
transport:stdio
runtime:pypi
Install firecrawl in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"firecrawl": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-firecrawl"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs