Skip to main content
Coding AgentsTypeScript

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.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/juehang/vscode-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
juehang