firecrawl-mcp-server
π₯ Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
File Explorer
- ci.yml
- image-staging.yml
- image.yml
- publish.yml
- entrypoint.sh
- nginx.conf
- search-profile.md
- fire.png
- firecrawl-logo.png
- firecrawl-wordmark.png
- agent-metadata-policy.mjs
- index.md
- developer.ts
- index.ts
- keyless-client-ip.ts
- monitor.ts
- research.ts
- session-credential.ts
- www-authenticate.ts
- agent-metadata-policy.test.mjs
- mcp-search-profile.test.mjs
- mcp-smoke.test.mjs
- nginx-config.test.mjs
- readme-security.test.mjs
- www-authenticate.test.mjs
- .dockerignore
- .eslintrc.json
- .gitignore
- .prettierrc
- CHANGELOG.md
- Dockerfile
- Dockerfile.service
- glama.json
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- server.json
- smithery.yaml
- tsconfig.json
- tsup.config.ts
- VERSIONING.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
next
View Details βΌ
next
React framework that uses server-side rendering for building optimized web applications.
next dev
Start the current application in development mode:
next dev {{[-p|--port]}} {{port}}
Start the current application and listen on a specific port:
next build
Build the current application optimized for production:
npm install
View Details βΌ
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details βΌ
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm test
View Details βΌ
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
npx
View Details βΌ
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
prompt
View Details βΌ
prompt
Change the default DOS style prompt in a command window.
prompt
Reset the prompt to the default setting:
prompt {{prompt}}
Set a specific prompt:
prompt $D $P$G
Change the prompt to show the current date first:
query
View Details βΌ
query
Display information about user sessions and process.
query session
Display all user sessions:
query session /server:{{hostname}}
Display the current user sessions on a remote computer:
query user
Display logged in users:
