Roxybrowser MCP

v1.0.0Browser Automationstable

MCP server for roxybrowser

roxybrowsermcpai-integration
Share:
34
Stars
0
Downloads
0
Weekly
0/5

What is Roxybrowser MCP?

Roxybrowser MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for roxybrowser

MCP server for roxybrowser

This server falls under the Browser Automation and Cloud Services categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server for roxybrowser

Use Cases

Control web browsers programmatically.
Automate web scraping and testing.
Execute browser actions from AI models.
roxybrowserlabs

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx roxybrowser

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Roxybrowser MCP

The RoxyBrowser MCP Server exposes a managed cloud browser service to AI assistants via the Model Context Protocol. It lets agents create, open, close, and delete browser instances, retrieve Chrome DevTools Protocol (CDP) WebSocket endpoints for those instances, and run health checks — all without managing local browser infrastructure. Once a CDP endpoint is obtained, it can be handed off to Playwright or Puppeteer for fine-grained automation. It is designed for teams building AI automation pipelines that need reliable, scalable browser access without self-hosting Chromium.

Prerequisites

  • A RoxyBrowser account and API key (ROXY_API_KEY)
  • RoxyBrowser service running and accessible (default: http://127.0.0.1:50000, or a cloud endpoint)
  • Node.js 18 or later and npm/npx (for running the MCP server)
  • An MCP client such as Claude Desktop
1

Obtain a RoxyBrowser API key

Sign up at RoxyBrowser and create an API key from your dashboard. You will also need the API host URL if using a cloud deployment.

2

Install or run the MCP server via npx

The server is published to npm as @roxybrowser/openapi. You can run it without a global install using npx.

npx @roxybrowser/openapi@latest
3

Add the server to Claude Desktop

Edit claude_desktop_config.json and add the mcpServers block shown below, filling in your ROXY_API_KEY and ROXY_API_HOST.

4

Restart Claude Desktop

Quit and reopen Claude Desktop to load the new server configuration.

5

Verify the server is healthy

Ask Claude to run the health check tool to confirm the MCP server can reach the RoxyBrowser service.

Roxybrowser MCP Examples

Client configuration

Add to claude_desktop_config.json. ROXY_API_KEY is required. ROXY_API_HOST defaults to http://127.0.0.1:50000 if not set.

{
  "mcpServers": {
    "roxybrowser-openapi": {
      "command": "npx",
      "args": ["@roxybrowser/openapi@latest"],
      "env": {
        "ROXY_API_KEY": "YOUR_ROXY_API_KEY",
        "ROXY_API_HOST": "http://127.0.0.1:50000",
        "ROXY_TIMEOUT": "30000"
      }
    }
  }
}

Prompts to try

Commands that exercise browser lifecycle management and CDP integration.

- "Run a RoxyBrowser health check and tell me the status"
- "Create a new browser instance and give me its CDP WebSocket endpoint"
- "List all open browser instances in my workspace"
- "Close all browser instances that have been idle for more than 10 minutes"
- "Create a browser, get its CDP endpoint, and use it to navigate to https://example.com"

Troubleshooting Roxybrowser MCP

Connection refused when contacting ROXY_API_HOST

If using the default local endpoint, ensure the RoxyBrowser service is running on port 50000. If using a cloud endpoint, verify the URL and that your network allows the connection. Run the roxy_health_check tool first to diagnose connectivity.

API key rejected (401 Unauthorized)

Confirm ROXY_API_KEY in the env block matches the key shown in your RoxyBrowser dashboard exactly. Keys are case-sensitive and may expire — regenerate if necessary.

Browser instance created but CDP WebSocket endpoint is unreachable

Use roxy_open_browsers to retrieve the current CDP endpoint — it may change between sessions. Ensure the port the browser binds to is not blocked by a local firewall. Set ROXY_TIMEOUT to a higher value (e.g. 60000) for slow-starting instances.

Frequently Asked Questions about Roxybrowser MCP

What is Roxybrowser MCP?

Roxybrowser MCP is a Model Context Protocol (MCP) server that mcp server for roxybrowser It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Roxybrowser MCP?

Follow the installation instructions on the Roxybrowser MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Roxybrowser MCP?

Roxybrowser MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Roxybrowser MCP free to use?

Yes, Roxybrowser MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "roxybrowser": { "command": "npx", "args": ["-y", "roxybrowser"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Roxybrowser MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides