LLMs can't draw. This MCP can. 81 arts + 100 kaomoji + diagrams + charts.
claude mcp add artscii -- npx -y artscii
claude_desktop_config.json
{
"mcpServers": {
"artscii": {
"command": "npx",
"args": [
"-y",
"artscii"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"artscii": {
"command": "npx",
"args": [
"-y",
"artscii"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"artscii": {
"command": "npx",
"args": [
"-y",
"artscii"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"artscii": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"artscii"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"artscii": {
"command": "npx",
"args": [
"-y",
"artscii"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.rxolve--artscii/reviews or the review_server meta-tool.
POST /mcp