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.
Quick Start
Clone the repository:
git clone https://github.com/juehang/vscode-mcp-serverClaude 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.