mcpbeat Sign in

MCP VS Code MCP Server

local only

MCP VS Code runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 5 Sep 2026.

A self-hosted VS Code workbench embedded as an interactive MCP App.

Installs per day peak 136 · avg 16 · -69% w/w
a month agotoday
65
Installs / week
npm · @mario.andreschak/mcp-vscode
0
Stars
3 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(options.command, args, {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-please.yml:39
      - name: Create or update the release pull request
        if: ${{ env.RELEASE_APP_CLIENT_ID_CONFIGURED == 'true' && env.RELEASE_APP_PRIVATE_KEY_CONFIGURED == 'true' }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-vscode -- npx -y @mario.andreschak/mcp-vscode
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-vscode": {
      "args": [
        "-y",
        "@mario.andreschak/mcp-vscode"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-vscode]
command = "npx"
args = ["-y", "@mario.andreschak/mcp-vscode"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-vscode": {
      "args": [
        "-y",
        "@mario.andreschak/mcp-vscode"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-vscode": {
      "args": [
        "-y",
        "@mario.andreschak/mcp-vscode"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_VSCODE_WORKSPACE (Absolute path to the workspace directory exposed through VS Code and MCP tools.), MCP_VSCODE_RENDER_MODE (Set to 'stream' to opt into experimental genuine-workbench pixel streaming; omit for normal iframe/browser behavior.), MCP_VSCODE_STREAM_BROWSER (Optional absolute path to an installed Edge, Chrome, or Chromium executable used by experimental streaming.), MCP_VSCODE_STREAM_NO_SANDBOX (Unsafe container-only escape hatch: set to 1 to launch streaming Chromium without its process sandbox.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP VS Code

same job, measured the same way
Mermaid MCP App
by finfin

MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients

57 installs/wk local only
Celmis
by constantinemakoid

Self-hosted code intelligence: cross-repo Q&A, dependency audits and PR review, over MCP

local only
Anythingmcp
by keysersoft

Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

4 tools answering
Claudebox
by psyb0t

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

local only
Codexbox
by psyb0t

Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.

local only
Aiterm MCP
by kitepon-rgb

Claude Code drives Codex CLI's interactive TUI and durable tmux terminals over MCP.

local only
Snipara Project Intelligence
by snipara

Hosted MCP for source-backed project context, memory, code impact, and agent workflow continuity.

answering
Pindoc
by var-gg

Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.

local only

MCP VS Code — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP VS Code?
MCP VS Code runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mario.andreschak/mcp-vscode was installed 65 times last week.
How do I connect MCP VS Code?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mario.andreschak/mcp-vscode straight from npm; nothing to host, nothing to sign up for.
How many people use MCP VS Code?
The npm package @mario.andreschak/mcp-vscode was installed 65 times in the last week. Week over week that is -69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP VS Code open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.