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.
npx claudepluginhub saik0s/mcp-browser-use --plugin mcp-browser-useAdd to your .mcp.json:
{
"mcpServers": {
"browser-use": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp-server.py"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/src"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
python3PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/src