← Back to Plugins
MCP Server MCP

io.github.whistlegraph/aesthetic-computer

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @aesthetic.computer/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@aesthetic.computer/mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Bearer token from aesthetic.computer to associate published pieces with your account. Without this, all publishing is anonymous.",
          "format": "string",
          "isSecret": true,
          "name": "AC_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...