[ MCP_NODE_3809 ]
firecrawl
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
A Model Context Protocol (MCP) server implementation that integrates with Firecrawl for web scraping capabilities.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"firecrawl-en": {
"description": "A Model Context Protocol (MCP) server implementation that integrates with Firecrawl for web scraping capabilities.",
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "YOUR-API-KEY"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.