Skip to main content
Glama
mendableai

Firecrawl MCP Server

by mendableai

firecrawl_browser_create

Create a persistent browser session for executing Python or JavaScript code that interacts with live web pages, enabling multi-step browser automation and maintaining state across multiple operations.

Instructions

Create a persistent browser session for code execution via CDP (Chrome DevTools Protocol).

Best for: Running code (Python/JS) that interacts with a live browser page, multi-step browser automation, persistent sessions that survive across multiple tool calls. Not recommended for: Simple page scraping (use firecrawl_scrape instead).

Arguments:

  • ttl: Total session lifetime in seconds (30-3600, optional)

  • activityTtl: Idle timeout in seconds (10-3600, optional)

  • streamWebView: Whether to enable live view streaming (optional)

Usage Example:

{ "name": "firecrawl_browser_create", "arguments": {} }

Returns: Session ID, CDP URL, and live view URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNo
activityTtlNo
streamWebViewNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mendableai/firecrawl-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server