Back to MCP Servers

Ai Server Visual Studio

MCP AI Server for Visual Studio. 20 Roslyn-powered tools giving AI assistants semantic code navigation, symbol search, inheritance trees, call graphs, safe rename, build/test execution. Works with Claude, Codex, Gemini, Cursor, Copilot, Windsurf, Cline.

developer-toolsai

Installation

npx -y mcp-ai-server-visual-studio

Configuration

{
  "mcpServers": {
    "mcp-ai-server-visual-studio": {
      "command": "npx",
      "args": ["-y", "mcp-ai-server-visual-studio"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub