MCP server for C# solutions. Enables to searching the references, refactoring code, ...
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"csharp-mcp": {
"command": "npx",
"args": [
"-y",
"pvasek/csharp-mcp"
]
}
}
}
Run in terminal:
claude mcp add csharp-mcp npx -y pvasek/csharp-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"csharp-mcp": {
"command": "npx",
"args": [
"-y",
"pvasek/csharp-mcp"
]
}
}
}