Skip to content
VS Code

firecrawl for VS Code

com.mcparmory/firecrawl

Scrape, crawl, and extract structured data from websites at scale

client:VS Code transport:stdio runtime:pypi

Install firecrawl in VS Code

.vscode/mcp.json

{
  "servers": {
    "firecrawl": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-firecrawl"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

firecrawl in other clients