JUHE API Marketplace
SaViGnAnO avatar
MCP Server

VS Code Simple Browser MCP Server

A Model Context Protocol server that enables LLMs to interact with VS Code's Simple Browser, allowing for browser control, JavaScript execution, console monitoring, and navigation through natural language.

1
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "vscode-simple-browser",
3 "command": "node",
4 "args": [
5 "/path/to/vscode-simple-browser-mcp/build/index.js"
6 ]
7}
JSON7 lines

README Documentation

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 full documentation for detailed usage instructions.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source