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-studioConfiguration
{
"mcpServers": {
"mcp-ai-server-visual-studio": {
"command": "npx",
"args": ["-y", "mcp-ai-server-visual-studio"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes