We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do you wire this up for Claude Desktop?
{ "mcpServers": { "browser-use-mcp-server": { "url": "http://localhost:8000/sse" } } }
Their config structure requires "command" and "args", otherwise Claude Desktop throws an error. Would this run uv run server command?
{ "mcpServers": { "browser-use-mcp-server": { "command": "", "args": [] } } }
The text was updated successfully, but these errors were encountered:
SSE doesn't seem to be supported by Claude Desktop yet
https://github.com/orgs/modelcontextprotocol/discussions/16
Sorry, something went wrong.
No branches or pull requests
How do you wire this up for Claude Desktop?
{ "mcpServers": { "browser-use-mcp-server": { "url": "http://localhost:8000/sse" } } }
Their config structure requires "command" and "args", otherwise Claude Desktop throws an error. Would this run uv run server command?
{ "mcpServers": { "browser-use-mcp-server": { "command": "", "args": [] } } }
The text was updated successfully, but these errors were encountered: