Game dev. Spritesheet Forge
https://server.smithery.ai/lxya98874322688423/spritesheet-forge/mcp## Overview Spritesheet Forge is a hosted MCP server for game developers. It provides image processing tools to handle common sprite workflow tasks — directly from your AI assistant. ## Tools | Tool | Description | |------|-------------| | `png_to_spritesheet` | Pack multiple PNG frames into a single spritesheet | | `gif_to_spritesheet` | Convert an animated GIF into a spritesheet | | `gif_to_frames` | Extract individual frames from a GIF | | `split_spritesheet` | Slice a spritesheet back into individual frames | | `trim_png` | Remove transparent borders from a PNG | | `frames_to_animation` | Combine frames into an animated GIF | | `spritesheet_to_animation` | Convert a spritesheet into an animated GIF | ## Authentication Requires a free GitHub account. On first use, the server will guide you through a GitHub OAuth login. No API key needed. ## Usage Limits - Free tier: **100 operations per month** per GitHub account - Output files expire after **1 hour** ## Documentation Full documentation and examples: https://mcp.clawstudiouo.com/
How to connect
https://server.smithery.ai/lxya98874322688423/spritesheet-forge/mcp
curl -X POST https://server.smithery.ai/lxya98874322688423/spritesheet-forge/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'