Control VS Code remotely. Open files, run commands, manage extensions, and debug code from Claude.
npx -y @microsoft/mcp-server-vs-code-remote
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"vs-code-remote": {
"command": "npx",
"args": ["-y", "@microsoft/mcp-server-vs-code-remote"]
}
}
}
```
execute_coderun_commandget_outputdebug_sessionanalyze_codeControl VS Code remotely. Open files, run commands, manage extensions, and debug code from Claude.
Language: TypeScript
Category: Developer Tools