Spritesheet Forge for Claude Desktop
io.github.laxy9887/spritesheet-forge
Game-dev sprite tools: PNG/GIF to spritesheet, split, trim, animate. OAuth-authenticated MCP server.
client:Claude Desktop
transport:streamable-http
tools:8
Install Spritesheet Forge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"spritesheet-forge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.clawstudiouo.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs