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