mirror of
https://github.com/firecrawl/firecrawl-mcp-server.git
synced 2026-08-31 01:35:15 +08:00
31 lines
836 B
JSON
31 lines
836 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
"name": "io.github.firecrawl/firecrawl-mcp-server",
|
|
"title": "Firecrawl MCP Server",
|
|
"description": "MCP server for Firecrawl — search, scrape, and interact with the web.",
|
|
"version": "3.23.6",
|
|
"repository": {
|
|
"url": "https://github.com/firecrawl/firecrawl-mcp-server.git",
|
|
"source": "github"
|
|
},
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"identifier": "firecrawl-mcp",
|
|
"version": "3.23.6",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": [
|
|
{
|
|
"description": "Your API key for Firecrawl",
|
|
"isRequired": false,
|
|
"format": "string",
|
|
"isSecret": true,
|
|
"name": "FIRECRAWL_API_KEY"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|