coding agents

Vscode Mcp Server

A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.

typescript
local
coding agents
0
View on GitHub

Installation

npx -y juehang/vscode-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "vscode-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "juehang/vscode-mcp-server"
  ]
}

About This MCP Server

juehang/vscode-mcp-server

A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.

GitHub: https://github.com/juehang/vscode-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub