game-asset-mcp

sato942/game-asset-mcp
★ 154 stars JavaScript AI/LLM Updated 3d ago ⚠ Review
An MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "game-asset-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sato942/game-asset-mcp"
      ]
    }
  }
}