artscii for Grok
io.github.rxolve/artscii
LLMs can't draw. This MCP can. 81 arts + 100 kaomoji + diagrams + charts.
client:Grok
transport:stdio
runtime:npm
Install artscii in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"artscii": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"artscii"
]
}
}
}
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