Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-server-firecrawl
Claim
by
mendableai
npm
GitHub
Browser Automation
JavaScript
MIT License
9,757
1,889
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
firecrawl-mcp-server
.github
src
CHANGELOG.md
Dockerfile
.eslintrc.json
.gitignore
jest.config.js
jest.setup.ts
LICENSE
package.json
package-lock.json
pnpm-lock.yaml
.prettierrc
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "tests"] }