Install
$ agentstack add mcp-akbxr-firecrawl-mcp-zed ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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:
- Open Zed
settings.jsonthen 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:
- Open Zed's assistant settings
- 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
- Enable the firecrawl mpc server in the active assistant profile. In the chat section, click on the
Write | Askbutton, then click ontools, 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.
- Author: akbxr
- Source: akbxr/firecrawl-mcp-zed
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.