Retro Diffusion Pixel Art
ai.retrodiffusion/pixel-artGenerate authentic pixel art - sprites, animations, and tilesets - from any MCP client
Tools · 18
Authenticate this MCP session with a RetroDiffusion public API key.
Clear the authenticated RetroDiffusion API key for this MCP session.
Create a user style from the public RD Pro template using /v1/styles. Use `style_reference_images` and `style_reference_caption` for style-level references. These are baked into the custom style and …
Update a public RD Pro user style using /v1/styles/{style_id}. Use `style_reference_images` and `style_reference_caption` for style-level references. These are baked into the custom style and are not…
Delete a user style using /v1/styles/{style_id}. style_id can be either internal id or prompt_style/public_id.
List publicly available styles from /v1/styles/selector. Use this to discover valid prompt_style values plus style metadata such as require_input_image and supports_reference_images.
Return unique public model identifiers available in /v1/styles/selector.
Explain how to use a public prompt_style from the RetroDiffusion API. Use this before create_inference if you are unsure whether a style expects `input_image`, supports per-inference `reference_image…
Get credits/balance using the public /v1/inferences/credits endpoint.
Estimate generation cost using the public /v1/inferences endpoint with check_cost=true. Use `input_image` for the main source image, `reference_images` for extra per-inference guidance, and `style_re…
Generate images using the public /v1/inferences endpoint. For the highest quality prefer RD Pro styles (rd_pro__*); they support reference_images for character/style consistency. For animation styles…
List the enabled canvas edit tools from /v1/edit/tools with their fields, costs, and limits. Edit tools are the recommended way to post-process generated pixel art: background removal, palette conver…
Recover the native pixel grid from enlarged, softened, AI-rendered, or compressed pixel art. Standard uses the native Rust detector. Neural uses the neural reconstruction engine and accepts optional …
Run a canvas edit tool on an image via /v1/edit/tools/{tool_id}. Free tools: color_reducer, palette_converter, pixel_correction, k_centroid_downscale, rotate. $0.01 tools: background_remover, color_s…
Validate an edit-tool request and estimate its cost and duration without running it. Always free.
Start a generation as an async job (POST /v1/inferences with async=true) and return a task_id. Recommended for advanced animations (rd_advanced_animation__*), other animation styles, and batches — th…
Check the status of an async generation started with start_inference_job. Statuses: pending, running, succeeded, failed. On success the result carries hosted output_urls (raw base64 payloads are excl…
Check RetroDiffusion subsystem health (/v1/status, no auth). Useful before bulk generation runs.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"retro_diffusion_pixel_art": {
"url": "https://mcp.retrodiffusion.ai/mcp",
"transport": "streamable-http"
}
}
}