Skip to content
Cursor

aesthetic computer for Cursor

io.github.whistlegraph/aesthetic-computer

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

client:Cursor transport:stdio runtime:npm

Install aesthetic computer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aesthetic computer in other clients