vscode-simple-browser-mcp

SaViGnAnO/vscode-simple-browser-mcp

3.2

If you are the rightful owner of vscode-simple-browser-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The VS Code Simple Browser MCP Server allows LLMs to interact with the VS Code Simple Browser, providing capabilities such as browser control, console monitoring, and JavaScript execution.

Tools
  1. open_url

    Open websites in VS Code Simple Browser

  2. navigate

    Navigate between pages

  3. execute_javascript

    Run JavaScript in browser context

  4. get_console_logs

    Retrieve console messages with filtering

  5. get_browser_state

    Get current browser status

VS Code Simple Browser MCP Server

A Model Context Protocol (MCP) server that enables LLMs to interact with VS Code's Simple Browser.

Quick Start

git clone https://github.com/YOUR_USERNAME/vscode-simple-browser-mcp.git
cd vscode-simple-browser-mcp
npm install
npm run build

Key Features

🌐 Browser Control - Open URLs, navigate, refresh pages
šŸ“Š Console Monitoring - Real-time console log capture
⚔ JavaScript Execution - Execute code in browser context
šŸ” State Management - Track browser status and history

Tools Available

  • open_url - Open websites in VS Code Simple Browser
  • navigate - Navigate between pages
  • execute_javascript - Run JavaScript in browser context
  • get_console_logs - Retrieve console messages with filtering
  • get_browser_state - Get current browser status
  • And more...

Configuration

Add to your Claude Desktop config:

{
  "mcpServers": {
    "vscode-simple-browser": {
      "command": "node",
      "args": ["/path/to/vscode-simple-browser-mcp/build/index.js"]
    }
  }
}

See the for detailed usage instructions.