lpc-character-mcp
Click on "Install 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 |
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gamezxz/lpc-character-mcp-worker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server