Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,22 @@ See the [MCP server docs](https://docs.firecrawl.dev/mcp-server) and the [agent
env FIRECRAWL_API_KEY=fc-YOUR_API_KEY npx -y firecrawl-mcp
```

### Running on Autohand Code

Connect to Firecrawl's hosted MCP endpoint without an API key:

```bash
autohand mcp add --transport http firecrawl https://mcp.firecrawl.dev/v2/mcp
```

For the local server with an API key, use:

```bash
autohand mcp add firecrawl env FIRECRAWL_API_KEY=fc-YOUR_API_KEY npx -y firecrawl-mcp
```

Add `--scope project` after `add` to keep the server configuration in the current project. See [Autohand Code](https://github.com/autohandai/code-cli/) for current installation and CLI details.

### Manual Installation

```bash
Expand Down