PluginBench
MCP Server

Remote Browser MCP Server from MCPBundles MCP Server

com.mcpbundles/remote-browser

What is the Remote Browser MCP Server from MCPBundles MCP server?

Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video

How to install Remote Browser MCP Server from MCPBundles

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    OAuth2 Bearer token or API key. Use 'Bearer <token>' for OAuth or 'Api-Key <key>' for API key authentication.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "remote-browser": {
      "url": "https://mcp.mcpbundles.com/bundle/remote-browser/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "remote-browser": {
      "serverUrl": "https://mcp.mcpbundles.com/bundle/remote-browser/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "remote-browser": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/remote-browser/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "remote-browser": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.mcpbundles.com/bundle/remote-browser/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http remote-browser https://mcp.mcpbundles.com/bundle/remote-browser/

Related MCP servers

Agent Interviews is an AI-powered research platform designed to conduct qualitative interviews an...

View repository →

Access all your MCPBundles tools in one place. Unified hub for all enabled bundles.

View repository →

Access UK air quality data, monitoring sites, and hourly pollutant measurements across regions

View repository →

Search UK court judgments and tribunal decisions from the National Archives

View repository →

Query UK Parliament, elections, crime stats, ONS census data, and national archives

View repository →

Search UK parliamentary constituencies by name, get boundaries and ONS codes

View repository →