Skip to content
Claude Desktop

asset auto generator for Claude Desktop

io.github.tranthientrong/asset-auto-generator

An MCP server that provides asset auto generator

client:Claude Desktop transport:streamable-http

Install asset auto generator in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "asset-auto-generator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://TranThienTrong.github.io/mcp/asset-auto-generator"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

asset auto generator in other clients