An MCP (Model Context Protocol) server that generates advanced mock 2D PNG assets for games prototypes — directly from any MCP-compatible AI client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"2d-assets-mcp": {
"command": "npx",
"args": [
"-y",
"crony-io/2d-assets-mcp"
]
}
}
}
Run in terminal:
claude mcp add 2d-assets-mcp npx -y crony-io/2d-assets-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"2d-assets-mcp": {
"command": "npx",
"args": [
"-y",
"crony-io/2d-assets-mcp"
]
}
}
}