vs-mcp-server

kimkun07-k/vs-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 17d ago
Visual Studio 2022를 Claude Code(MCP)에서 제어하는 프로젝트
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-mcp-server": {
      "command": "uvx",
      "args": [
        "vs-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install vs-mcp-server