aesthetic computer for Windsurf
io.github.whistlegraph/aesthetic-computer
MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies
client:Windsurf
transport:stdio
runtime:npm
Install aesthetic computer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"aesthetic-computer": {
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
],
"env": {
"AC_TOKEN": "<AC_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs