MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Browserbase MCP
Browserbase MCP Logo - AI-Powered Development Tool for Cursor IDE

Browserbase MCP

Model Context Protocol Integration

Overview

A cloud browser automation platform that enables AI agents to interact with web applications through natural language. Provides comprehensive tools for browser control, web scraping, and automation in the cloud.

View Repository

Browserbase Features

  • •Cloud browser automation
  • •Web data extraction
  • •Console log monitoring
  • •Screenshot capabilities
  • •JavaScript execution
  • •Basic web interaction
  • •Parallel session management

Browserbase Setup & Configuration

Requirements

  • •Node.js
  • •Browserbase API key
  • •Browserbase project ID
  • •Claude Desktop

Installation Instructions

# NPM Installation
npm install
npm run build

# Get dist/index.js ready for use

Configuration

# Claude Desktop Configuration
{
  "mcpServers": {
    "browserbase": {
      "command": "node",
      "args": ["path/to/mcp-server-browserbase/browserbase/dist/index.js"],
      "env": {
        "BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
        "BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>"
      }
    }
  }
}

Browserbase Available Tools

  • •browserbase_create_session
  • •browserbase_navigate
  • •browserbase_screenshot
  • •browserbase_click
  • •browserbase_fill
  • •browserbase_evaluate
  • •browserbase_get_content
  • •browserbase_parallel_sessions

Browserbase Required Inputs

BROWSERBASE_API_KEY

Type
string
Description
Your Browserbase API key
Required
Yes

BROWSERBASE_PROJECT_ID

Type
string
Description
Your Browserbase project ID
Required
Yes

Browserbase Use Cases

  • •Web automation and testing
  • •Data scraping and extraction
  • •Browser interaction automation
  • •Screenshot capture and analysis
  • •Console monitoring and debugging
  • •Form filling and submission
  • •Parallel web processing

Frequently Asked Questions

A cloud browser automation platform that enables AI agents to interact with web applications through natural language. Provides comprehensive tools for browser control, web scraping, and automation in the cloud.
Node.js, Browserbase API key, Browserbase project ID, Claude DesktopView detailed requirements
Follow the installation instructions in the setup section above.View installation guide

Browserbase MCP provides the following tools:

  • •browserbase_create_session
  • •browserbase_navigate
  • •browserbase_screenshot
  • •browserbase_click
  • •browserbase_fill
  • •browserbase_evaluate
  • •browserbase_get_content
  • •browserbase_parallel_sessions

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.