forked from firecrawl/firecrawl-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
31 lines (30 loc) · 857 Bytes
/
server.json
File metadata and controls
31 lines (30 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$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 web scraping, structured data extraction and web search integration.",
"version": "3.7.4",
"repository": {
"url": "https://github.com/firecrawl/firecrawl-mcp-server.git",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"identifier": "firecrawl-mcp",
"version": "3.7.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for Firecrawl",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "FIRECRAWL_API_KEY"
}
]
}
]
}