Back to directory
juehang/vscode-mcp-server

juehang/vscode-mcp-server

@juehang

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
2026/6/12
Updated
2026/6/13