Back to directory
vscode-mcp-server

vscode-mcp-server

@juehang348

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

VS CodeMCPAICoding Assistanttool

Installation & Configuration

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

Information

Transport
streamable
Language
TypeScript
Created
2025/4/21
Updated
2026/6/8