aesthetic computer for VS Code
io.github.whistlegraph/aesthetic-computer
MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies
client:VS Code
transport:stdio
runtime:npm
Install aesthetic computer in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "ac-token",
"description": "AC_TOKEN",
"password": true
}
],
"servers": {
"aesthetic-computer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
],
"env": {
"AC_TOKEN": "${input:ac-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs