VSC-MCPServer

CodingWithCalvin/VSC-MCPServer
★ 0 stars TypeScript 🤖 AI/LLM Updated 7d ago
A Visual Studio Code extension that exposes an MCP (Model Context Protocol) server, giving AI tools like Claude, Cursor, and others direct access to VS Code's semantic code understanding capabilities - go-to-definition, find references, completions, diagnostics, and so much more!
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vsc-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "CodingWithCalvin/VSC-MCPServer"
      ]
    }
  }
}

Topics

extensionvisualstudiocodevsix