mirror of
https://github.com/firecrawl/firecrawl-mcp-server.git
synced 2026-09-21 12:43:37 +08:00
32 lines
857 B
JSON
32 lines
857 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
|
|
"name": "io.github.firecrawl/firecrawl-mcp-server",
|
|
"title": "Firecrawl MCP Server",
|
|
"description": "MCP server for Firecrawl web scraping, structured data extraction and web search integration.",
|
|
"version": "3.7.2",
|
|
"repository": {
|
|
"url": "https://github.com/firecrawl/firecrawl-mcp-server.git",
|
|
"source": "github"
|
|
},
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"identifier": "firecrawl-mcp",
|
|
"version": "3.7.2",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": [
|
|
{
|
|
"description": "Your API key for Firecrawl",
|
|
"isRequired": false,
|
|
"format": "string",
|
|
"isSecret": true,
|
|
"name": "FIRECRAWL_API_KEY"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|