mcp-server-cloudbrowser
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.
{
"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
{
"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
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP