Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-pipeworx-io-firecrawl": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Native Safari browser automation for AI agents. 80 tools via AppleScript — zero overhead, keeps logins, runs silently in background. Drop-in alternative to Chrome DevTools MCP with 40-60% less CPU/heat on Apple Silicon.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.pipeworx-io/firecrawl and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web
Part of Pipeworx — an MCP gateway connecting AI agents to 737+ live data sources.
| Tool | Description |
|---|---|
map | Discover all URLs on a website |
search | Web search with optional page content |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"firecrawl": {
"url": "https://gateway.pipeworx.io/firecrawl/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 737+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Firecrawl data" })
The gateway picks the right tool and fills the arguments automatically.
MIT