MCP server for aesthetic.computer that lets AI assistants publish JavaScript pieces, KidLisp art, and clock melodies to public URLs. It also provides API documentation, starter templates, and a guided piece-creation prompt.
From the registry: MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies
Please install the `aesthetic-computer` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm** — Node.js and npm are required to run the server via npx. (https://nodejs.org/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@aesthetic.computer/mcp"]
- optional environment variables:
- `AC_TOKEN`: Bearer token from aesthetic.computer to publish pieces associated with your account. If omitted, publishing works anonymously in guest mode. (example: `<your-auth0-bearer-token>`)
Note: Prefer the NPX path from the README. The server works without authentication; AC_TOKEN is optional and only needed to associate published pieces with an aesthetic.computer account.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AC_TOKENBearer token for aesthetic.computer to associate published pieces with an account; if omitted, publishing is anonymous.