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.
Platform-specific configuration:
{
"mcpServers": {
"vscode-mcp": {
"command": "npx",
"args": [
"-y",
"vscode-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...