Game Asset MCP
Generates game assets as SVG images: symmetric pixel-art creature/monster sprites, flat vector game icons (coin, gem, heart, star, key, chest, sword, shield, potion, flag), and seamless terrain texture tiles with preview sheets (grass, stone, sand, water, dirt, snow, lava, wood). All assets are deterministic and reproduced byte-for-byte from a given seed.
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., "@Game Asset MCPgenerate a 16x16 green slime creature sprite with seed 42"
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.
Game Asset MCP
Free, fully offline MCP server that generates game assets as SVG — no external
API calls, no API keys, no paid services. Built on
mcp-handler + the MCP
TypeScript SDK v2, deployed on Vercel's free Hobby plan.
Tools
Tool | Description |
| Symmetric pixel-art character/monster sprite. Params: |
| Flat vector game icon. Kinds: |
| Seamless terrain texture tile + preview sheet. Kinds: |
| Lists every valid enum value for the tools above |
Every generator is a deterministic seeded PRNG (mulberry32): the same seed
always reproduces the exact same asset, byte-for-byte.
Related MCP server: nakkas
Usage
POST/GET https://<your-deployment>.vercel.app/mcpAdd it to Composio as a Custom MCP Server using that URL — no authentication required (no-auth).
Local development
npm install
npm run dev # http://localhost:3000/mcp
npm run build
npm run startscripts/smoke-test.mjs and scripts/render-test.mjs exercise all 4 tools
against a running server (default http://localhost:3300).
Notes for running on Vercel
Requires Node.js 20+
Pure CPU-bound SVG string generation, well under the default 10s function timeout on the Hobby plan
Hobby plan terms restrict usage to non-commercial personal projects — a paid product/game needs Vercel Pro
This server cannot be deployed
Maintenance
Related MCP Connectors
Deterministic procedural SVG/PNG backgrounds: 58 generators, curated palettes, brand kits.
Generate game assets with AI for 2D games, including sprites, tilesets, and animations.
Generate and vectorize clean, editable SVG graphics from text, images, or both.
AI game assets for agents: consistent sprites, 2D animations, tiles, maps, music and engine exports.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables creation, validation, rendering, and optimization of SVG images with conversion capabilities to PNG, React components, React Native components, and Data URIs.-
- AlicenseAqualityAmaintenanceMCP server that turns AI into an SVG artist. One rendering engine with a rich JSON schema, AI controls all design parameters. Renders animated SVGs with CSS @keyframes and SMIL animations. Supports 16+ element types, parametric curves, pattern groups, gradient/filter/clip/mask definitions, and PNG preview. No external dependencies, runs locally via npx.381 npm22MIT
- AlicenseAqualityDmaintenanceGenerates mock 2D PNG assets for game prototypes, supporting gradients, patterns, text, spritesheets, and embedded metadata.344 npm5MIT
- FlicenseNot gradedqualityDmaintenanceEnables to create, compose, and export SVG documents programmatically using the svgwrite library through tool calls. Supports shapes, groups, gradients, and pattern generators.-