Created
March 18, 2025 19:17
-
-
Save pythoninthegrass/01a34322bd8ce13a913a379b2ff62c54 to your computer and use it in GitHub Desktop.
known good claude mcp config for browser-use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"globalShortcut": "Shift+Cmd+C", | |
"mcpServers": { | |
"browser-use": { | |
"command": "/Users/<USER>/.local/bin/uvx", | |
"args": [ | |
"mcp-browser-use" | |
], | |
"env": { | |
"ANONYMIZED_TELEMETRY": "false" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the standalone installer for uv so
uvx
lands in~/.local/bin
:curl -LsSf https://astral.sh/uv/install.sh | sh