artscii for Cursor
io.github.rxolve/artscii
LLMs can't draw. This MCP can. 81 arts + 100 kaomoji + diagrams + charts.
client:Cursor
transport:stdio
runtime:npm
Install artscii in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"artscii": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"artscii"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs