PluginBench
MCP Server

com.mcparmory/firecrawl MCP Server

com.mcparmory/firecrawl

What is the com.mcparmory/firecrawl MCP server?

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

How to install com.mcparmory/firecrawl

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "firecrawl": {
      "command": "uvx",
      "args": [
        "mcparmory-firecrawl"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "firecrawl": {
      "command": "uvx",
      "args": [
        "mcparmory-firecrawl"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "firecrawl": {
      "command": "uvx",
      "args": [
        "mcparmory-firecrawl"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "firecrawl": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-firecrawl"
      ]
    }
  }
}
Claude Code
claude mcp add firecrawl -- uvx mcparmory-firecrawl

Related MCP servers

Query webpages and extract structured data using natural language

View repository →

Analyze domain authority, backlinks, traffic, and keyword rankings for SEO intelligence

View repository →

Create, read, update, and delete records in Airtable bases and tables

View repository →

Retrieve NFT metadata, ownership, and contract details across blockchains

View repository →

Search multiple indices, index data, and get personalized recommendations

View repository →

Track stock prices, search symbols, and compute 50+ technical indicators

View repository →