AgentStack
MCP verified MIT Self-run

Firecrawl Mcp Zed

mcp-akbxr-firecrawl-mcp-zed · by akbxr

Firecrawl MCP Server for Zed

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add mcp-akbxr-firecrawl-mcp-zed

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Firecrawl Mcp Zed? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Firecrawl MCP for Zed

This extension provides a Model Context Server for Firecrawl, for use with the Zed AI Agent.

Installation

This extension can be installed from the Zed extensions.

Zed Configuration

To configure Firecrawl MCP in Zed:

  1. Open Zed settings.json then add the following configuration:
{
  "context_servers": {
    "mcp-server-firecrawl": {
      "settings": {
        "firecrawl_api_key": "YOUR-API-KEY",
        "firecrawl_api_url": "YOUR-API-URL" // Optional, for self-hosted instances
      }
    }
  }
}

Replace YOUR-API-KEY with your Firecrawl API key. If you don't have one yet, create an account at firecrawl.dev.

If you're using a self-hosted Firecrawl instance, replace YOUR-API-URL with your instance URL. If you're using the official Firecrawl service, you can remove the firecrawl_api_url line.

Agent Mode Configuration

If you're using Zed's agent mode, you need to enable this context server for your assistant:

  1. Open Zed's assistant settings
  2. Enable the firecrawl mpc server. If you see that the status of the tool is a red dot, make sure you added your firecrawl api key in settings
  3. Enable the firecrawl mpc server in the active assistant profile. In the chat section, click on the Write | Ask button, then click on tools, then enable the firecrawl mpc server.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.