a month ago
Asset Hub MCP gives AI coding agents access to a curated catalog of game-ready assets. It lets Codex, Claude Code, Cursor, and other MCP clients search for sounds, sprites, UI packs, music, textures, and other free or commercially usable assets, then install selected files directly into a project with license metadata and credits.
Server Config
{
"mcpServers": {
"asset-hub": {
"command": "npx",
"args": [
"-y",
"@tcamp404/assethub-mcp@latest"
],
"env": {
"ASSET_HUB_API_KEY": "ah_your_key",
"ASSET_HUB_API_BASE_URL": "https://assethubmcp.com"
}
}
}
}