trackmcp
Back to directory
clpublic

mcp-server-cloudbrowser

View on GitHub
0 stars JavaScriptServers & Infrastructure Updated Apr 26, 2025

Documentation

Cloud browser MCP Server

Test

1. Run `npm install` to install the necessary dependencies, then run `npm run build` to get `dist/index.js`.

2. Run `npm run inspector` to start the server.

Get Started

1. Run `npm install` to install the necessary dependencies, then run `npm run build` to get `dist/index.js`.

2. Set up your Claude Desktop configuration to use the server.

json
{
  "mcpServers": {
    "cloudbrowser": {
      "command": "node",
      "args": ["path/to/mcp-server-cloudbrowser/cloudbrowser/dist/index.js"],
      "env": {
        "API_KEY": ""
      },
      "transportType": "stdio"
    }
  }
}

3. Restart your Claude Desktop app and you should see the tools available clicking the 🔨 icon.

4. Start using the tools! Below is an image of Claude closing a browser session.

Using npm

json
{
  "mcpServers": {
    "cloudbrowser": {
      "command": "cmd",
      "args": [
        "/c", 
        "npx", 
        "-y", 
        "@browsercloud/mcp-server-cloudbrowser"
      ],
      "env": {
        "API_KEY": ""
      },
      "transportType": "stdio"
    }
  }
}

Tools

Browserbase API

  • cloudbrowser_navigate
    • cloudbrowser_evaluate
      • cloudbrowser_get_current_url
        • cloudbrowser_screenshot
          • cloudbrowser_click
            • cloudbrowser_fill
              • cloudbrowser_get_text

                Resources

                The server provides access to two types of resources:

                2. Screenshots (`screenshot://`)

                  Frequently asked questions

                  What is mcp-server-cloudbrowser?

                  mcp-server-cloudbrowser is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

                  How do I install mcp-server-cloudbrowser?

                  Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

                  Is mcp-server-cloudbrowser open source?

                  Yes — it is hosted on GitHub at https://github.com/clpublic/mcp-server-cloudbrowser.

                  Related MCP tools

                  Run your own MCP server? See who uses it and what to fix.

                  Measure it with TrackMCP