VS-MCPServer

CodingWithCalvin/VS-MCPServer
★ 26 stars C# 🤖 AI/LLM Updated 7d ago
VS MCP Server exposes Visual Studio features through the Model Context Protocol (MCP), enabling AI assistants like Claude to interact with your IDE programmatically. Open files, read code, build projects, and more - all through natural conversation!
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": {
    "vs-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "CodingWithCalvin/VS-MCPServer"
      ]
    }
  }
}

Topics

extensionvisualstudiovsix