← Index

io.github.whistlegraph/aesthetic-computer

io.github.whistlegraph/aesthetic-computer·v1.0.1·Other
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "aesthetic-computer": {
      "command": "npx",
      "args": [
        "-y",
        "@aesthetic.computer/mcp"
      ],
      "env": {
        "AC_TOKEN": "<your-ac_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "aesthetic-computer": {
      "command": "npx",
      "args": [
        "-y",
        "@aesthetic.computer/mcp"
      ],
      "env": {
        "AC_TOKEN": "<your-ac_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @aesthetic.computer/mcp
§02  Environment variables
AC_TOKEN
secret

Optional Bearer token from aesthetic.computer to associate published pieces with your account. Without this, all publishing is anonymous.

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other