firecrawl -zed
Firecrawl MCP Server for Zed
claude mcp add --transport stdio akbxr-firecrawl-mcp-zed npx -y firecrawl-mcp-zed \ --env FIRECRAWL_API_KEY="YOUR-API-KEY" \ --env FIRECRAWL_API_URL="YOUR-API-URL (optional for self-hosted Firecrawl)"
How to use
This MCP server integrates Firecrawl with Zed by providing a context server that enables Firecrawl capabilities within the Zed AI Agent. Once installed, the server exposes a Firecrawl context you can reference from Zed prompts and tool usage. To configure it, you’ll need your Firecrawl API key and, if applicable, the URL of your self-hosted Firecrawl instance. In agent mode, enable the Firecrawl context server in both the assistant settings and the active profile so that the agent can access Firecrawl-backed context and tooling during conversations.
How to install
Prerequisites:
- Access to Zed extensions marketplace and the ability to install MCP extensions.
- A Firecrawl account to obtain an API key (and optional self-hosted Firecrawl URL).
Steps:
- Install the Firecrawl MCP extension for Zed from the Zed extensions marketplace.
- Obtain your Firecrawl API key from firecrawl.dev.
- Open Zed settings (settings.json) and 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 actual key. If using a self-hosted instance, replace YOUR-API-URL accordingly. If using the official Firecrawl service, you can remove the firecrawl_api_url line.
- Restart Zed or reload the extension as required by your environment.
- In Zed’s assistant settings, enable the Firecrawl MCP server and ensure the status reflects an active tool. In the active assistant profile, enable the tool within the chat tools to begin using Firecrawl context.
Additional notes
Tips and considerations:
- Ensure your API key is kept secure and not exposed in shared settings.
- If you switch to a self-hosted Firecrawl instance, provide the correct FIRECRAWL_API_URL in the configuration.
- If the Firecrawl tool shows a red status, double-check that the API key is correctly set and the URL (if used) is reachable from your environment.
- This MCP server is intended to work within Zed’s agent mode; make sure you enable it in both the assistant settings and the active profile to access its capabilities during conversations.
Related MCP Servers
ida -rs
Headless IDA Pro MCP Server
mcp-discovery
A command-line tool written in Rust for discovering and documenting MCP Server capabilities.
turbomcp
A full featured, enterprise grade rust MCP SDK
turbovault
MCP server that transforms your Obsidian vault into an intelligent knowledge system
spec-kit
MCP server enabling AI assistants to use GitHub's spec-kit methodology
mcp-loxone
An opinionated Model Context Protocol (MCP) server for controlling Loxone home automation systems.