Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.rxolve/artscii

NPM · ARTSCII · SCANNED SEP 25

LLMs can't draw. This MCP can. 81 arts + 100 kaomoji + diagrams + charts.

Available components

0 this week 76 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.34.5, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 31 of 127 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1236 tokens (~123/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.rxolve/artscii MCP server?

io.github.rxolve/artscii runs locally as an npm package, launched with npx -y artscii. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · artscii

# add to Claude Code
claude mcp add rxolve-artscii -- npx -y artscii
// .cursor/mcp.json
{
  "mcpServers": {
    "rxolve-artscii": {
      "command": "npx",
      "args": [
        "-y",
        "artscii"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "rxolve-artscii": {
      "command": "npx",
      "args": [
        "-y",
        "artscii"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add rxolve-artscii -- npx -y artscii
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rxolve-artscii": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "artscii"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rxolve-artscii --command npx --arg -y --arg artscii
# ~/.hermes/config.yaml
mcp_servers:
  rxolve-artscii:
    command: "npx"
    args: ["-y", "artscii"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "rxolve-artscii": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "artscii"
      ]
    }
  }
}
# add to Vellum
assistant mcp add rxolve-artscii -t stdio -c npx -a -y artscii
// mcp.json
{
  "mcpServers": {
    "rxolve-artscii": {
      "command": "npx",
      "args": [
        "-y",
        "artscii"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 23 Sept 26 +1
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/artscii@0.6.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
GHSA-rgj7-g3m4-5g8c high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 127 packages
Packages resolved 127
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~1,236 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
animate ~106

Compose ASCII animations: combine any art with a motion. Motions: bounce, shake, blink, slide, reveal, fade, pulse, rain. Returns a bash script or raw frames.

NameTypeReqDescription
artstringyesArt ID (e.g. "heart", "cat", "trophy") or custom ASCII text
motionstringyesMotion type to apply
outputstring–"script" = bash script for terminal. "frames" = raw frame data.

No output schema declared.

No examples provided.

banner ~74

Render text as a large ASCII banner using FIGlet fonts. Great for CLI headers, welcome messages, and titles.

NameTypeReqDescription
fontstring–Font: Standard (default), Small (compact), Slant (italic), Big (bold), Mini (minimal)
textstringyesText to render (max 50 chars)

No output schema declared.

No examples provided.

chart ~161

Render data as ASCII charts. Types: progress (bar), sparkline (trend), heatmap (2D grid).

NameTypeReqDescription
colLabelsarray–Heatmap: column labels
dataarray–Heatmap: 2D array of numeric values
itemsarray–Progress: multiple labeled bars
labelstring–Progress: label for single bar
percentnumber–Progress: completion % (0-100)
rowLabelsarray–Heatmap: row labels
stylestring–Visual style (varies by type)
typestringyesChart type
valuesarray–Sparkline: numeric values to chart
widthnumber–Width in characters

No output schema declared.

No examples provided.

compose ~80

Combine multiple text blocks side-by-side or stacked.

NameTypeReqDescription
alignstring–Vertical alignment for horizontal mode
blocksarrayyesText blocks to combine
gapnumber–Gap between blocks (spaces for horizontal, blank lines for vertical)
modestring–Layout mode
separatorstring–Separator string for vertical mode

No output schema declared.

No examples provided.

convert ~180

Convert an image (URL or base64) to ASCII art. Modes: "ascii" (character ramp) or "braille" (2x4 dot grid, higher fidelity).

NameTypeReqDescription
base64string–Base64-encoded image data
contrastboolean–Apply auto-contrast
gammanumber–Gamma correction
invertboolean–Invert brightness
modestring–Render mode: "ascii" (character ramp) or "braille" (Unicode dots, 8x resolution)
sizestring–Art size tier: "16" (simple, default), "32" (medium), "64" (detailed)
thresholdnumber–Braille mode: brightness threshold for dot activation (0-1)
urlstring–Image URL to convert

No output schema declared.

No examples provided.

diagram ~316

Generate ASCII diagrams: flowcharts, boxes, trees, tables, sequence, timeline, bar, class, ER, mindmap, and gantt.

NameTypeReqDescription
actorsarray–Sequence: list of actor names
classesarray–Class: list of classes with name, properties, methods
entitiesarray–ER: list of entities with name and attributes
eventsarray–Timeline: list of events with label and description
headersarray–Table: column headers
itemsarray–Bar: list of items with label and numeric value
linesarray–Box: body lines
maxWidthnumber–Bar: maximum bar width in characters (default 20)
messagesarray–Sequence: messages between actors
nodesarray–Flowchart: list of step labels
relationshipsarray–ER: relationships between entities (from, to, label like "1:N")
root––Tree/Mindmap: root node with label and optional children
rowsarray–Table: data rows
stylestring–Border style: unicode (default), rounded, or ascii
tasksarray–Gantt: tasks with label, start position, and duration
titlestring–Box: title text
typestringyesDiagram type
unitLabelstring–Gantt: label for time units (e.g. "weeks", "sprints")

No output schema declared.

No examples provided.

frame ~82

Draw a box/frame around text. Styles: single, double, rounded, bold, ascii.

NameTypeReqDescription
alignstring–Text alignment
paddingnumber–Inner padding (spaces)
stylestring–Border style
textstringyesText to frame (supports multi-line)
titlestring–Optional title in the top border

No output schema declared.

No examples provided.

get ~34

Get ASCII art by ID.

NameTypeReqDescription
idstringyesArt ID (e.g. "cat", "sun", "heart")

No output schema declared.

No examples provided.

kaomoji ~86

Get a kaomoji (Japanese text emoticon) by emotion or keyword. Perfect for inline text expressions.

NameTypeReqDescription
categorystring–Filter by category (e.g. "happy", "animals", "table-flip")
querystring–Emotion or keyword (e.g. "happy", "sad", "cat", "shrug"). Omit for random.

No output schema declared.

No examples provided.

search ~117

Search ASCII art and kaomoji. Omit query to list all. Use random for a random entry. Use mode "categories" to list categories.

NameTypeReqDescription
modestring–Mode: "search" (default) or "categories" to list categories
querystring–Search keyword (matches id, name, category, tags). Omit to list all.
randomboolean–Return one random entry
typestring–Filter by type: "art", "kaomoji", or "all"

No output schema declared.

No examples provided.

Common questions

What is the io.github.rxolve/artscii MCP server?

io.github.rxolve/artscii is an MCP server listed in the public MCP registry as io.github.rxolve/artscii. LLMs can't draw. This MCP can. 81 arts + 100 kaomoji + diagrams + charts. This page covers its npm package (artscii).

Is the io.github.rxolve/artscii MCP server safe to use?

io.github.rxolve/artscii scores 76 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.rxolve/artscii MCP server expose?

io.github.rxolve/artscii exposes 10 tools: search, get, banner, kaomoji, frame, and 5 more. Their descriptions and schemas cost roughly 1,236 tokens of context every time the server is loaded.

Is the io.github.rxolve/artscii MCP server still maintained?

io.github.rxolve/artscii is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.rxolve/artscii MCP server under?

io.github.rxolve/artscii declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.