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).
Run
npx -y @mario.andreschak/mcp-vscode
MCP client config
{
"mcpServers": {
"mcp-vs-code": {
"command": "npx",
"args": [
"-y",
"@mario.andreschak/mcp-vscode"
]
}
}
}