Back to MCP Servers
Vscode
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-agentsai
By juehang
Installation
npx -y vscode-mcp-serverConfiguration
{
"mcpServers": {
"vscode-mcp-server": {
"command": "npx",
"args": ["-y", "vscode-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes