2d Games Assets Generator
@crony-io
关于 2d Games Assets Generator
An MCP (Model Context Protocol) server that generates advanced mock 2D PNG assets for games prototypes — directly from any MCP-compatible AI client such as Claude Desktop.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"2d-assets": {
"args": [
"-y",
"2d-assets-mcp"
],
"command": "npx",
"disabled": false
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 2d Games Assets Generator?
An MCP server that generates advanced mock 2D PNG assets for game prototypes directly from any MCP-compatible AI client like Claude Desktop. It is engine-agnostic, supporting Godot, Unity, Unreal Engine, GameMaker, and more. Designed for developers to create placeholder sprites, UI elements, health bars, and spritesheets without opening an image editor.
How to use 2d Games Assets Generator?
Install via npx (no install: add {"command": "npx", "args": ["-y", "2d-assets-mcp"]} to your MCP client config) or install globally with npm/pnpm. Three tools are provided: generate_mock_asset, generate_mock_asset_batch, and read_image_metadata. Invoke by describing assets in natural language (e.g., “Create a 128×128 blue rounded-rectangle placeholder…”).
Key features of 2d Games Assets Generator
- Single asset generation with full visual configuration in one tool call.
- Batch and spritesheet mode for multiple assets or animation strips.
- Rich visual options: gradients, patterns, transparency, rounded corners, and borders.
- Progress/health bar fills using
fillPercentandtrackColor. - Auto-scaling text that fits the asset; optional explicit
fontSize. - Embedded JSON metadata in PNG EXIF for non-vision AI workflows.
- Automatic filename dimensions (e.g.,
player_idle_128x128.png).
Use cases of 2d Games Assets Generator
- Rapidly generate placeholder sprites for game characters during prototyping.
- Create UI elements such as buttons and health bars with gradients and labels.
- Produce animation spritesheets (e.g., run cycles) with multiple frames in one request.
- Generate batch assets with consistent styling for levels or power-ups.
- Read embedded asset metadata without loading image pixels for AI understanding.
FAQ from 2d Games Assets Generator
How does this differ from using an image editor or AI image generation?
It provides deterministic, configurable PNG generation via simple text prompts – ideal for rapid prototyping placeholder assets without manual design or generative AI overhead.
What are the runtime requirements?
Node.js and an MCP-compatible client (e.g., Claude Desktop). It can run via npx without installation or
媒体与设计 分类下的更多 MCP 服务器
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
评论