Back to directory
juehang/vscode-mcp-server

juehang/vscode-mcp-server

@juehang3928069

MCP server to expose VS Code editing features to an LLM for AI coding

vscodemcp-serverai-codingllmcode-editingtypescriptvscode-extensioncode-agentautomation

Installation & Configuration

{
  "mcpServers": {
    "vscode-mcp-server": {
      "command": "npx",
      "args": [
        "mcp-remote@next",
        "http://localhost:3000/mcp"
      ]
    }
  }
}

Information

Transport
streamable-http
Language
TypeScript
Created
2025/4/21
Updated
2026/1/7