aesthetic computer for Cursor
io.github.whistlegraph/aesthetic-computer
MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies
client:Cursor
transport:stdio
runtime:npm
Install aesthetic computer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aesthetic-computer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
],
"env": {
"AC_TOKEN": "<AC_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs