SkredX/Browser-control---MCP-server
A simple Model Context Protocol (MCP) server to open URLs directly in Chrome. This lightweight MCP tool allows LLMs like Claude to interact with your browser—ideal for quick navigation, automation, or workflow integration. Features are Chrome-specific launch (falls back to default browser if unavailable) and Secure URL handling
Platform-specific configuration:
{
"mcpServers": {
"Browser-control---MCP-server": {
"command": "npx",
"args": [
"-y",
"Browser-control---MCP-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...