Skip to content
Gemini CLI

aesthetic computer for Gemini CLI

io.github.whistlegraph/aesthetic-computer

MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies

client:Gemini CLI transport:stdio runtime:npm

Install aesthetic computer in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "aesthetic-computer": {
      "command": "npx",
      "args": [
        "-y",
        "@aesthetic.computer/mcp"
      ],
      "env": {
        "AC_TOKEN": "<AC_TOKEN>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

aesthetic computer in other clients