Spritesheet Forge is an OAuth-authenticated MCP server for game developers. Convert PNG frames into spritesheets, extract GIF frames, split existing spritesheets, trim transparent pixels, and generate animation previews — all directly from your AI assistant. Free tier includes 100 operations per month per GitHub account.
概览
Description
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/
服务器配置
{
"mcpServers": {
"spritesheet-forge": {
"type": "streamable-http",
"url": "https://mcp.clawstudiouo.com/mcp"
}
}
}