12 lines
323 B
JSON
12 lines
323 B
JSON
{
|
|
"mcpServers": {
|
|
"firecrawl-mcp": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
} |