Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created March 18, 2025 19:17
Show Gist options
  • Save pythoninthegrass/01a34322bd8ce13a913a379b2ff62c54 to your computer and use it in GitHub Desktop.
Save pythoninthegrass/01a34322bd8ce13a913a379b2ff62c54 to your computer and use it in GitHub Desktop.
known good claude mcp config for browser-use
{
"globalShortcut": "Shift+Cmd+C",
"mcpServers": {
"browser-use": {
"command": "/Users/<USER>/.local/bin/uvx",
"args": [
"mcp-browser-use"
],
"env": {
"ANONYMIZED_TELEMETRY": "false"
}
}
}
}
@pythoninthegrass
Copy link
Author

Use the standalone installer for uv so uvx lands in ~/.local/bin:

curl -LsSf https://astral.sh/uv/install.sh | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment