Skip to content

claude code howto? #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
danbri opened this issue Mar 21, 2025 · 1 comment
Open

claude code howto? #26

danbri opened this issue Mar 21, 2025 · 1 comment

Comments

@danbri
Copy link

danbri commented Mar 21, 2025

A quick example of how to wire this up with Claude Code would be really useful!

@stoem
Copy link

stoem commented Apr 1, 2025

I've followed the setup steps for Claude Desktop but cannot get it to work, I'm getting similar errors to those who have tried it with Cursor.

What's never very clear to me is if I need to install npm packages first or just need to update the respective MCP config files.

I'm seeing 'Server disconnected' in the UI and this in the logs.

`
==> /Users/stefan/Library/Logs/Claude/mcp-server-mcp-server-firecrawl.log <==
2025-04-01T21:23:50.356Z [mcp-server-firecrawl] [info] Initializing server...
2025-04-01T21:23:50.364Z [mcp-server-firecrawl] [info] Server started and connected successfully

==> /Users/stefan/Library/Logs/Claude/mcp.log <==
2025-04-01T21:23:50.364Z [info] [mcp-server-firecrawl] Server started and connected successfully

==> /Users/stefan/Library/Logs/Claude/mcp-server-mcp-server-firecrawl.log <==
2025-04-01T21:23:50.371Z [mcp-server-firecrawl] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}

==> /Users/stefan/Library/Logs/Claude/mcp.log <==
2025-04-01T21:23:50.371Z [info] [mcp-server-firecrawl] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}

==> /Users/stefan/Library/Logs/Claude/mcp-server-mcp-server-firecrawl.log <==

ERROR: You must supply a command.
ERROR: You must supply a command.

Execute binaries from npm packages.
2025-04-01T21:23:52.415Z [info] [mcp-server-firecrawl] Server transport closed

==> /Users/stefan/Library/Logs/Claude/mcp-server-mcp-server-firecrawl.log <==
2025-04-01T21:23:52.416Z [mcp-server-firecrawl] [info] Server transport closed
2025-04-01T21:23:52.415Z [mcp-server-firecrawl] [info] Client transport closed
2025-04-01T21:23:52.415Z [mcp-server-firecrawl] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. console.error('...') in JavaScript, print('...', file=sys.stderr) in python) and it will appear in this log.
2025-04-01T21:23:52.416Z [mcp-server-firecrawl] [error] Server disconnected. For troubleshooting guidance, please visit our debugging documentation {"context":"connection"}
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants