Odel
MCP VS Code

MCP VS Code

Local
@flujo-appTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mario.andreschak/mcp-vscodev0.2.2

Run

npx -y @mario.andreschak/mcp-vscode

MCP client config

{
  "mcpServers": {
    "mcp-vs-code": {
      "command": "npx",
      "args": [
        "-y",
        "@mario.andreschak/mcp-vscode"
      ]
    }
  }
}