
Mcp Server Cloudbrowser
@clpublic
About Mcp Server Cloudbrowser
专为LLM智能体打造的云原生解决方案,提供防关联指纹浏览器环境与自动化交互API。无需部署本地环境,消除性能瓶颈与运维负担,开发者可专注核心逻辑开发。 核心能力包括: 防关联云环境,多环境独立指纹隔离,支持无痕自动化操作 。浏览器行为模拟:精准执行网页访问、元素级截图、动态数据抓取、智能表单填充等交互 。 LLM专属适配:浏览器行为轨迹模拟、DOM树解析优化、数据结构化输出 。 弹性资源调度:单会话调试到万千级并发采集,自动匹配算力需求
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cloudbrowser": {
"command": "node",
"args": [
"path/to/mcp-server-cloudbrowser/cloudbrowser/dist/index.js"
],
"env": {
"API_KEY": "<YOUR_BROWSERBASE_API_KEY>"
},
"transportType": "stdio"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Server Cloudbrowser?
Mcp Server Cloudbrowser is an MCP server that provides cloud-based browser automation via the Browserbase API, allowing AI assistants to perform web interactions through a remote browser. It is designed for use with Claude Desktop.
How to use Mcp Server Cloudbrowser?
Install dependencies with npm install, build with npm run build, then configure Claude Desktop using the provided JSON with the cloudbrowser command, args pointing to the built index.js, and the environment variable API_KEY. For testing, run npm run inspector.
Key features of Mcp Server Cloudbrowser
- Navigate to any URL in the cloud browser
- Execute JavaScript in the browser console
- Retrieve the current page URL
- Capture screenshots of pages or specific elements
- Click and fill input fields using CSS selectors
- Extract text content from the page
Use cases of Mcp Server Cloudbrowser
- Automate web browsing tasks with an AI assistant
- Perform dynamic web scraping using JavaScript execution
- Capture screenshots of web pages for reporting or analysis
- Automate form filling and button clicks on websites
FAQ from Mcp Server Cloudbrowser
What is required to run Mcp Server Cloudbrowser?
Node.js, npm, and a Browserbase API key set as the API_KEY environment variable.
How do I configure Claude Desktop to use Mcp Server Cloudbrowser?
Add the provided JSON configuration to the Claude Desktop settings, specifying the command, args, and the API_KEY env variable.
What transport does Mcp Server Cloudbrowser use?
The server uses stdio transport.
What tools are available in Mcp Server Cloudbrowser?
Tools include navigate, evaluate (JavaScript), get_current_url, screenshot, click,
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Codelf
unbugA search tool helps dev to solve the naming things problem.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments