F
Firecrawl7mo ago
AM

Integrate firecrawl with the latest cursor interface

Guys now when user click on MCP servers in cursor they are redirected to a JSON, modal is gone and I've tried to turn on firecrawl mcp server like so
"firecrawl": {
"command": "npx",
"args": ["firecrawl-mcp"],
"env": {
"FIRECRAWL_API_KEY": "{API_KEY}"
}
}
"firecrawl": {
"command": "npx",
"args": ["firecrawl-mcp"],
"env": {
"FIRECRAWL_API_KEY": "{API_KEY}"
}
}
but configarion seems invalid any ideas?
4 Replies
AM
AMOP7mo ago
also tried with: added -y as prefix in args
"firecrawl": {
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"env": {
"FIRECRAWL_API_KEY": "<API_KEY>"
}
}
"firecrawl": {
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"env": {
"FIRECRAWL_API_KEY": "<API_KEY>"
}
}
shows Client Closed
Adobe.Flash
Adobe.Flash7mo ago
heyy we just pushed a fix for that in version 1.17.1 can you try again?
AM
AMOP7mo ago
trying 🙏 sorry but how to specify the version 🤔
AM
AMOP7mo ago
No description

Did you find this page helpful?