Stats
Actions
Tags
From mcp-browser-use
Local Python MCP server for browser usage, likely providing tools for web automation, navigation, and interaction. Runs as subprocess; no API keys needed.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"browser-use": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp-server.py"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/src"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/srcnpx claudepluginhub saik0s/mcp-browser-use --plugin mcp-browser-use