mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
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"
|
|
}
|
|
}
|
|
}
|
|
} |