mirror of
https://github.com/firecrawl/skills.git
synced 2026-09-14 18:22:20 +08:00
12 lines
189 B
JSON
12 lines
189 B
JSON
{
|
|
"mcpServers": {
|
|
"firecrawl": {
|
|
"command": "npx",
|
|
"args": ["-y", "firecrawl-mcp"],
|
|
"env": {
|
|
"FIRECRAWL_API_KEY": "${FIRECRAWL_API_KEY}"
|
|
}
|
|
}
|
|
}
|
|
}
|