firecrawl-mcp-server
firecrawl-mcp-server copied to clipboard
Official Firecrawl MCP Server - Adds powerful web scraping to Cursor, Claude and any other LLM clients.
Hi, I'm working on custom client and using with stdio. ` server_params = StdioServerParameters( command=self.server_config.command, args=self.server_config.args, env=self.server_config.env, ) stdio_transport = await self.exit_stack.enter_async_context( stdio_client(server_params) ) self.stdio, self.write = stdio_transport session =...
Please write a guide about how to configure this when running cursor on windows 11 and using WSL distro on it.

You should keep the code on Github and npmjs consistent, at least the README should be synchronized, otherwise many users may encounter installation issues.
hi i am using this and ive tried everything and it doesnt seem to init, even though in the logs it says it does
MCP Integration Issue: "Cannot read properties of undefined (reading 'status')" Error When Calling firecrawl-mcp Tool from Cursor Description Environment Information Operating System: Windows Local firecrawl version: v1.6.0 firecrawl-mcp version: 1.5.0...
cline安装成功,但最后提示spawn npx ENOENT spawn npx ENOENT,怎么解决,谢谢
## Overview **Client:** cursor **Bug Type:** Server Bug **Server:** @mendableai/mcp-server-firecrawl **Connection:** Remote **OS:** Windows **Source:** Smithery ## Description ## Logs ``` C:\Users\jjang>npx -y @smithery/cli@latest inspect @mendableai/mcp-server-firecrawl --verbose - Resolving @mendableai/mcp-server-firecrawl...[verbose]...

Hello! 👋 Burke here from the VS Code team. This PR adds installation instructions for your MCP Server in VS Code to this project's README. Thanks for making a great...