freema/pixelforge-mcp
🎮 MCP server that forges pixel art sprites & game assets using Google Gemini — generate, crop, split & process, all from your AI
MCP server that forges pixel art sprites & game assets using Google Gemini — generate, crop, split & process, all from your AI assistant.
claude mcp add pixelforge npx pixelforge-mcp@latest \
--env GEMINI_API_KEY=your-api-key/plugin marketplace add freema/pixelforge-mcp
/plugin install pixelforge-mcpRestart Claude Code to load the MCP server (check with /mcp).
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pixelforge": {
"command": "npx",
"args": ["-y", "pixelforge-mcp@latest"],
"env": {
"GEMINI_API_KEY": "your-api-key"
}
}
}
}Add to your .mcp.json or equivalent config:
{
"mcpServers": {
"pixelforge": {
"command": "npx",
"args": ["-y", "pixelforge-mcp@latest"],
"env": {
"GEMINI_API_KEY": "your-api-key"
}
}
}
}forge_spriteGenerate a single pixel art sprite with automatic post-processing (crop, bg removal, downscale, square padding).
"Generate a green slime enemy sprite, 48px, retro style"Required: description, outputPath Optional: size (default: 48), style, background, aspect, square, model, references
forge_animationGenerate a
Loading reviews...