malvex/mcp-server-vscode
Give Claude Code direct access to VS Code's code navigation, error checking, and debugging tools through the Model Context Protocol.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-vscode": {
"command": "npx",
"args": [
"-y",
"mcp-server-vscode"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...