game-asset-mcp

MubarakHAlketbi/game-asset-mcp
★ 131 stars JavaScript 🤖 AI/LLM Updated 10d ago
An MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
View on GitHub →

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",
        "MubarakHAlketbi/game-asset-mcp"
      ]
    }
  }
}