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.
Exposes VS Code's language server capabilities (go-to-definition, find references, diagnostics, symbol search, call hierarchy) and debugger control (breakpoints, stepping, variable inspection, expression evaluation) as 25 MCP tools. Uses a three-tier architecture where a VS Code extension exposes an HTTP API on localhost:8991, a standalone MCP server bridges stdio-to-HTTP communication, and Claude Desktop connects via stdio transport—enabling seamless AI-assisted code navigation and interactive debugging workflows.
Stars
14
Forks
6
Language
TypeScript
License
MIT
Category
Last pushed
Jan 26, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/malvex/mcp-server-vscode"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jasonjmcghee/claude-debugs-for-you
Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension
isaacphi/mcp-language-server
mcp-language-server gives MCP enabled clients access semantic tools like get definition,...
tjx666/vscode-mcp
MCP server for Claude Code/VSCode/Cursor/Windsurf to use editor self functionality. âš¡ Get...
VikashLoomba/copilot-mcp
A VSCode extension that lets you find and install Agent Skills and MCP Apps to use with GitHub...
biegehydra/BifrostMCP
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs