aesthetic computer for Grok
io.github.whistlegraph/aesthetic-computer
MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies
client:Grok
transport:stdio
runtime:npm
Install aesthetic computer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aesthetic-computer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
],
"env": {
"AC_TOKEN": "<AC_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs