ssyubix-pixelart-mcp
PYPI · SSYUBIX-PIXELART-MCP · SCANNED SEP 20
Draw pixel-art tiles and tilesets for 2D games, with PNG+metadata export for Unity.
Available components
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 Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 0 of 30 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 53 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1877 tokens (~78/item across 24 items; 24 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (96% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 24 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
How do I install the ssyubix-pixelart-mcp server?
ssyubix-pixelart-mcp runs locally as a PyPI package, launched with uvx ssyubix-pixelart-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · ssyubix-pixelart-mcp
claude mcp add syuaibsyuaib-ssyubix-pixelart-mcp -- uvx ssyubix-pixelart-mcp
{
"mcpServers": {
"syuaibsyuaib-ssyubix-pixelart-mcp": {
"command": "uvx",
"args": [
"ssyubix-pixelart-mcp"
]
}
}
} {
"servers": {
"syuaibsyuaib-ssyubix-pixelart-mcp": {
"command": "uvx",
"args": [
"ssyubix-pixelart-mcp"
]
}
}
} codex mcp add syuaibsyuaib-ssyubix-pixelart-mcp -- uvx ssyubix-pixelart-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"syuaibsyuaib-ssyubix-pixelart-mcp": {
"type": "local",
"command": [
"uvx",
"ssyubix-pixelart-mcp"
],
"enabled": true
}
}
} openclaw mcp add syuaibsyuaib-ssyubix-pixelart-mcp --command uvx --arg ssyubix-pixelart-mcp
mcp_servers:
syuaibsyuaib-ssyubix-pixelart-mcp:
command: "uvx"
args: ["ssyubix-pixelart-mcp"] {
"McpServers": {
"syuaibsyuaib-ssyubix-pixelart-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"ssyubix-pixelart-mcp"
]
}
}
} assistant mcp add syuaibsyuaib-ssyubix-pixelart-mcp -t stdio -c uvx -a ssyubix-pixelart-mcp
{
"mcpServers": {
"syuaibsyuaib-ssyubix-pixelart-mcp": {
"command": "uvx",
"args": [
"ssyubix-pixelart-mcp"
]
}
}
} 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.
- 20 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.
- 19 Sept 26 −3
- Stability: pass → 0.83 functional
- 18 Sept 26 +1
- Stability: 0.97 → pass security
- 17 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 16 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 15 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 14 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 11 Sept 26 −3
- Stability: pass → 0.77 functional
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 20 Sept 2026 · Analysed pypi/ssyubix-pixelart-mcp@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | setuptools.build_meta |
Background: Why install scripts are a supply-chain risk →
Dependencies 30 packages
| Packages resolved | 30 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
pixelart_clear_canvas ~51
Erase all drawing on a canvas back to a flat background color. Args: params: canvas_id, background RGBA (default fully transparent). Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_create_canvas ~61
Create a new blank pixel-art canvas (a single tile/sprite surface). Args: params: canvas_id, width, height, background RGBA. Returns: JSON string confirming creation with canvas_id, width, height.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_create_tileset ~62
Create a blank tileset sheet (grid of equally-sized tile slots). Args: params: tileset_id, tile_width, tile_height, columns, rows, ppu. Returns: JSON string confirming the grid dimensions.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_delete_canvas ~40
Remove a canvas from memory once it's no longer needed. Args: params: canvas_id. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_delete_tileset ~43
Remove a tileset from memory once it's no longer needed. Args: params: tileset_id. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_draw_circle ~55
Draw a circle/ellipse (outline or filled) on a canvas. Args: params: canvas_id, center_x, center_y, radius, color, fill. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_draw_line ~57
Draw a straight line on a canvas between two points. Args: params: canvas_id, x0, y0, x1, y1, color, line_width. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_draw_polygon ~85
Draw a polygon (outline or filled) from a list of vertex points. Use this for shapes that draw_rect/draw_circle can't express (roof slopes, tree silhouettes, diagonal terrain edges, etc). Args: params: canvas_id, points (>=3 [x,y] pairs), color, fill. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_draw_rect ~57
Draw a rectangle (outline or filled) on a canvas. Args: params: canvas_id, x0, y0, x1, y1, color, fill. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_duplicate_canvas ~66
Copy an existing canvas into a new canvas id. Useful for repeated/near-identical tiles (grass variants, floor tiles) without redrawing from scratch. Args: params: source_canvas_id, new_canvas_id. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_export_tileset ~131
Export a tileset to a PNG file plus a JSON metadata sidecar. The metadata (tile size, grid, PPU, filled slots, palette) is meant to be handed to a downstream engine-integration tool (e.g. an agent calling unity-mcp-server) so it can slice/import the sheet without re-deriving those values. Args: params: tileset_id, output_dir, name, palette (optional hex list to record). Returns: JSON string: {"png_path", "json_path", "metadata": {...}}.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_extract_palette ~54
Extract the dominant colors currently used on a canvas. Args: params: canvas_id, n_colors. Returns: JSON string: {"colors": ["#rrggbb", ...]}.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_flip_canvas ~71
Mirror a canvas horizontally or vertically in place. Common for pixel-art symmetry: draw one half of a character/object and flip instead of hand-drawing the mirrored half. Args: params: canvas_id, direction ('horizontal' or 'vertical'). Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_flood_fill ~51
Flood-fill the contiguous region containing (x, y) with a color. Args: params: canvas_id, x, y, color. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_generate_palette ~72
Generate a limited, cohesive color palette for pixel art. Args: params: n_colors, style (forest/desert/ocean/retro/pastel/night/lava/candy, optional). Returns: JSON string: {"colors": ["#rrggbb", ...]}.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_get_canvas_info ~84
Get lightweight metadata about a canvas without rendering a preview image. Cheaper than pixelart_get_canvas_preview when the agent only needs to check dimensions or whether anything has been drawn yet. Args: params: canvas_id. Returns: JSON string: {"width", "height", "non_transparent_pixels", "total_pixels"}.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_get_canvas_preview ~67
Return the current canvas as an upscaled PNG image for visual inspection. Args: params: canvas_id, scale (nearest-neighbor upscale factor). Returns: Image: PNG preview, upscaled by `scale` so small pixel art is visible.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
No output schema declared.
No examples provided.
pixelart_import_canvas ~108
Load an existing PNG (or other image) file from disk into a new canvas. Use this to continue editing a sprite that already exists (e.g. a tile already in the user's Unity project) instead of redrawing it from a blank canvas. Args: params: canvas_id (new id to store it under), file_path (local path to the image). Returns: JSON string: {"canvas_id", "width", "height"}.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_list_canvases ~74
List every canvas currently held in memory for this server session. Use this to recover canvas_id/size context in a long session instead of relying on conversation memory of what was created earlier. Returns: JSON string: {"canvases": [{"canvas_id", "width", "height"}, ...]}.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_list_tilesets ~60
List every tileset currently held in memory for this server session. Returns: JSON string: {"tilesets": [{"tileset_id", "columns", "rows", "tile_width", "tile_height", "filled_tiles"}, ...]}.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_set_pixel ~47
Set a single pixel's color on a canvas. Args: params: canvas_id, x, y, RGBA color. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_set_tile ~49
Place a drawn canvas into a tileset slot. Args: params: tileset_id, index (row-major slot), canvas_id. Returns: Confirmation string.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_suggest_tile_size ~230
Suggest an ideal size in pixels for ONE tile -- NOT a full tilemap/level image. Uses a 16-pixel-per-unit (PPU) base-grid convention by default. If `category` is given (small_prop, character, large_character, structure, large_structure) it takes priority. Otherwise, if a target screen resolution is given, picks a PPU that divides the screen evenly. Falls back to a 16x16 default. IMPORTANT: the result is one tile's size. A playable tilemap/level is a grid of MANY tiles at this size, not a single canvas this size -- call pixelart_suggest_tilemap_layout next to work out the grid, then pixelart_create_tileset to build it. Never export a single tile-sized canvas as if it were the whole tilemap. Args: params: category, screen_width, screen_height (all optional). Returns: JSON string: {"tile_width", "tile_height", "ppu", "reasoning", "note"}.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pixelart_suggest_tilemap_layout ~202
Work out the grid (columns x rows) and total pixel size for a FULL tilemap. Use this whenever the user wants an actual level/map, not a single tile or asset. Call pixelart_suggest_tile_size first to get tile_width/tile_height, then this tool with either an explicit columns+rows or a target screen/level size in pixels. Build the result with pixelart_create_tileset using the returned columns/rows, filling every slot via pixelart_set_tile -- a tilemap is never a single small canvas. Args: params: tile_width, tile_height, and either (columns, rows) or (screen_width, screen_height). Returns: JSON string: {"tile_width", "tile_height", "columns", "rows", "total_tiles", "total_map_width_px", "total_map_height_px", "reasoning"}.
| Name | Type | Req | Description |
|---|---|---|---|
| params | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
What is the ssyubix-pixelart-mcp server?
ssyubix-pixelart-mcp is listed in the public MCP registry as io.github.syuaibsyuaib/ssyubix-pixelart-mcp. Draw pixel-art tiles and tilesets for 2D games, with PNG+metadata export for Unity. This page covers its PyPI package (ssyubix-pixelart-mcp).
Is the ssyubix-pixelart-mcp server safe to use?
ssyubix-pixelart-mcp scores 62 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 ssyubix-pixelart-mcp server expose?
ssyubix-pixelart-mcp exposes 24 tools: pixelart_create_canvas, pixelart_import_canvas, pixelart_set_pixel, pixelart_draw_line, pixelart_draw_rect, and 19 more. Their descriptions and schemas cost roughly 1,877 tokens of context every time the server is loaded.
Is the ssyubix-pixelart-mcp server still maintained?
ssyubix-pixelart-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.