{ "$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 search, scraping, and biomedical/arXiv paper search.", "version": "3.24.0", "repository": { "url": "https://github.com/firecrawl/firecrawl-mcp-server.git", "source": "github" }, "packages": [ { "registryType": "npm", "identifier": "firecrawl-mcp", "version": "3.24.0", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "Your API key for Firecrawl", "isRequired": false, "format": "string", "isSecret": true, "name": "FIRECRAWL_API_KEY" } ] } ], "remotes": [ { "type": "streamable-http", "url": "https://mcp.firecrawl.dev/v2/mcp", "headers": [ { "name": "Authorization", "description": "Optional. Bearer . Omit for the keyless tier.", "isRequired": false, "isSecret": true } ] } ] }