{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.whistlegraph/aesthetic-computer", "description": "MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies", "repository": { "url": "https://github.com/whistlegraph/aesthetic-computer", "source": "github", "subfolder": "mcp-server" }, "version": "1.0.1", "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.", "isRequired": false, "format": "string", "isSecret": true, "name": "AC_TOKEN" } ] } ] }