lpc-character-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lpc-character-mcpgenerate a random female character"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lpc-character-mcp (Cloudflare Worker)
A hosted MCP server that randomly generates Universal LPC Spritesheet Character Generator characters and renders each as a full animation spritesheet PNG — no local install, no AI image model, just real sprite layers composited on a canvas.
Runs entirely on Cloudflare Workers + Browser Rendering (headless
Chromium via @cloudflare/puppeteer), with the ~141k sprite assets and every
generated character stored in R2.
Endpoints
Route | Purpose |
| MCP Streamable HTTP endpoint (tool: |
| Generate one character on demand → JSON |
| List every generated spritesheet stored in R2 |
| Backend page: browse + download generated characters |
| Serve a generated PNG from R2 |
| Serve a source sprite layer from R2 |
| Landing/docs page with a live "Randomize" button |
Related MCP server: mcp-spritesheet-forge
MCP tool parameters
Name | Type | Default | Notes |
| integer 1–8 |
| Characters per call |
| enum |
|
|
| integer | — | Reproducible results across a batch |
| boolean |
| Wounds, tails, wings, prostheses, etc. |
| boolean |
| Human faces + normal skin bodies only |
Connect
claude mcp add --transport http lpc-character-remote https://lpc-character-mcp.gamezxz.workers.dev/mcpStorage
Generated characters live under the generated/ prefix in R2 and are
auto-deleted after 30 days by a bucket lifecycle rule
(expire-generated-30d).
Develop / deploy
See DEPLOY.md. In short:
npm install
npx wrangler deployPUBLIC_URL in wrangler.jsonc must point at the Worker's own public URL —
Browser Rendering navigates over the real network.
This server cannot be deployed
Maintenance
Related MCP Connectors
- AnimGenOAuthcom.animgen
Create AI animations and export transparent sprite sheets, alpha video, frames, and game assets.
Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client
Generate game sprite sheets and animations from an image, and clean up sprite backgrounds.
Game-dev sprite tools: PNG/GIF to spritesheet, split, trim, animate. OAuth-authenticated MCP server.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceGenerate animated pixel art characters, tilesets, and object directly from your AI coding assistant!41-
- AlicenseNot gradedqualityBmaintenanceA hosted Model Context Protocol (MCP) server for game-dev spritesheet workflows. Connect it to Claude or any MCP-compatible AI client and pack, split, trim, and animate sprites through natural language — no local tools required.MIT
- FlicenseNot gradedqualityCmaintenanceSearch and discover Lottie animations through MCP tools, deployed on Cloudflare Workers.-
- AlicenseAqualityDmaintenanceA pixel art animation MCP server for AI agents, enabling scene generation, sprite drawing, and PNG export with zero latency.1922 npm3MIT