LadislavSopko/mcp-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.
Quick Start
Clone the repository:
git clone https://github.com/LadislavSopko/mcp-ai-server-visual-studioClaude Desktop configuration example:
{
"mcpServers": {
"mcp-ai-server-visual-studio": {
"command": "npx",
"args": [
"-y",
"LadislavSopko/mcp-ai-server-visual-studio"
]
}
}
}Check the repository README for specific installation and configuration instructions.