VSCode Integrated Browser MCP — Development skill for Claude Code
VS Code's integrated browser, exposed to Claude Code and other agents via MCP and HTTP.
How to install VSCode Integrated Browser MCP
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open thimo/vscode-integrated-browser-mcp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What VSCode Integrated Browser MCP does
VS Code's integrated browser, exposed to Claude Code and other agents via MCP and HTTP.
Alternatives in Development
- Browser Tools MCP — Monitor browser logs directly from Cursor and other MCP compatible IDEs 7.2k ★
- Claude Coder — Kodu is an autonomous coding agent that lives in your IDE 5.2k ★
- Domxss — Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only repor 4.5k ★
README
Integrated Browser MCP
[](https://github.com/thimo/vscode-integrated-browser-mcp/releases) [](https://marketplace.visualstudio.com/items?itemName=thimo.integrated-browser-mcp)
Exposes VS Code's integrated browser to external agents (Claude Code, scripts, curl) via a local HTTP API and MCP server.
Every existing browser automation solution targets an external Chrome process. This extension is different: it bridges the browser **already inside VS Code** — with your session cookies, your localhost dev server, your DevTools — to any agent that can speak HTTP or MCP.
How it works
Claude Code / curl / scripts
│
│ MCP (stdio) or HTTP
▼
MCP Server ──HTTP──▶ VS Code Extension ──CDP──▶ Integrated Browser
localhost:3788+ (real Chromium, in-editor)
The extension uses VS Code's built-in `editor-browser` and the Chrome DevTools Protocol (CDP) to provide full browser automation: navigation, JavaScript evaluation, clicking, typing, screenshots, DOM access, console and network monitoring.
Getting started
- Install from the VS Code Marketplace, or run:
code --install-extension thimo.integrated-browser-mcp - The bridge starts automatically. Agents reach it over a unix socket (named pipe on Windows) at
~/.integrated-browser-mcp/sockets/— setintegratedBrowserMcp.transporttotcpfor the classiclocalhost:3788port instead - For Claude Code: the MCP server is auto-configured in
~/.claude.jsonon first activation - The browser launches lazily on the first request — no browser tab until you need one
Usage with Claude Code
The MCP tools are available immediately. Ask Claude Code to use them by name:
use browse
Related Skills
Claude VS Ext Web
Web-based Claude Code interface - Run VSCode Claude Code extension in browser
API
All methods are exposed as MCP tools.
Codeindex
Structural code-intelligence engine in Zig — tree-sitter across 40+ languages, trigram and inverted indexes, d
VSCode Claude Copilot
vscode 插件,可视化查看管理 claude code plugins、mcp、skills、memory、settings、usage
Open Claude In Chrome
Claude in Chrome, reverse-engineered and open-source. No domain blocklist. Any Chromium browser. Same 18 MCP t
Activate Browser
Activate Chrome DevTools MCP for heavy browser sessions (network inspection, Lighthouse, performance tracing).
Related Agents
Gsd Dom Verifier
Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server. Writes DOM-VE
QA Manual Tester
Use this agent when you need to perform manual quality assurance testing through browser interactions. This ag
Tabz Expert
Browser automation and terminal spawning expert with 82 MCP tools. Use when the user asks to 'automate the bro