vscode-mcp and mcp-diagnostics-extension
The two tools are ecosystem siblings: one is an MCP server designed to provide real-time editor functionality for AI agents, while the other is a VS Code extension that exposes diagnostic problems via the same Model Context Protocol (MCP) for those AI agents and tools.
About vscode-mcp
tjx666/vscode-mcp
MCP server for Claude Code/VSCode/Cursor/Windsurf to use editor self functionality. ⚡ Get real-time LSP diagnostics, type information, and code navigation for AI coding agents without waiting for slow tsc/eslint checks.
This tool helps AI coding assistants work faster and more accurately within your development environment. It takes your existing code and editor context, and provides real-time diagnostics, type information, and code navigation directly to the AI. Developers who use AI coding agents for tasks like refactoring, debugging, or writing new code will find this indispensable.
About mcp-diagnostics-extension
newbpydev/mcp-diagnostics-extension
VS Code extension that exposes diagnostic problems via Model Context Protocol (MCP) for AI agents and tools
This VS Code extension helps AI agents understand your code's issues by making all diagnostic problems (like errors and warnings) instantly accessible to them. It takes the diagnostic information generated by VS Code's built-in tools (TypeScript, ESLint, custom linters) and makes it available to AI agents and other Model Context Protocol-enabled tools in real time. Developers working with AI-assisted coding tools will find this useful.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work