Skip to content
Claude Desktop

Code Assistant for Claude Desktop

io.github.j0hanz/code-assistant

Gemini-powered MCP server for code analysis.

client:Claude Desktop transport:stdio runtime:npm

Install Code Assistant in Claude Desktop

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

{
  "mcpServers": {
    "code-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-assistant"
      ]
    }
  }
}

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

Code Assistant in other clients