Skip to content
Claude Desktop

resharper cli mcp for Claude Desktop

io.github.andypgray/resharper-cli-mcp

ReSharper CLI inspection/cleanup via MCP. Unofficial: not affiliated with or endorsed by JetBrains.

client:Claude Desktop transport:stdio runtime:nuget

Install resharper cli mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "resharper-cli-mcp": {
      "command": "dnx",
      "args": [
        "Zphil.ReSharperCli",
        "--yes"
      ],
      "env": {
        "JB_SOLUTION_PATH": "<JB_SOLUTION_PATH>",
        "JB_SETTINGS_PATH": "<JB_SETTINGS_PATH>",
        "JB_CACHE_HOME": "<JB_CACHE_HOME>",
        "JB_EXTENSIONS": "<JB_EXTENSIONS>",
        "JB_EXTENSION_SOURCE": "<JB_EXTENSION_SOURCE>",
        "RESHARPER_MCP_TIMEOUT_SECS": "<RESHARPER_MCP_TIMEOUT_SECS>",
        "RESHARPER_MCP_PREWARM": "<RESHARPER_MCP_PREWARM>",
        "RESHARPER_MCP_LOG_LEVEL": "<RESHARPER_MCP_LOG_LEVEL>",
        "MAX_MCP_OUTPUT_TOKENS": "<MAX_MCP_OUTPUT_TOKENS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

resharper cli mcp in other clients