VS Code
Freeby Indie Developer
Control VS Code, manage extensions, and interact with the editor workspace.
v1.0.0Added Jan 12, 2025
vscodeeditoride
VS Code MCP Server
Control VS Code, manage extensions, and interact with the editor workspace.
Features
- Extension management
- Workspace control
- Command execution
- Settings sync
- Debug control
Installation
{
"mcpServers": {
"vscode-mcp": {
"command": "npx",
"args": ["-y", "mcp-vscode"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-vscode
Add to claude_desktop_config.json
{
"mcpServers": {
"vs-code": {
"command": "npx",
"args": ["-y", "mcp-vscode"]
}
}
}