Skip to content

VS Code

Free

by Indie Developer

Control VS Code, manage extensions, and interact with the editor workspace.

v1.0.0Added Jan 12, 2025
vscodeeditoride
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-vscode
Add to claude_desktop_config.json
{
  "mcpServers": {
    "vs-code": {
      "command": "npx",
      "args": ["-y", "mcp-vscode"]
    }
  }
}