Asset Hub MCP
Agent-ready CC0 assets

Asset Hub MCP

A clean asset pipeline for Codex, Claude Code, and other coding agents. Search sounds, sprites, music, UI packs, textures, and models, then install exact files with credits already handled.

search_asset_files
OGG
click_001.ogg
Kenney Interface Sounds / short UI click
CC0
PNG
button_square_depth.png
UI Pack / menu button
CC0
OGG
jingles_PIZZI03.ogg
Music Jingles / win stinger
CC0
91curated packs
22,673indexed files on Pro
CC0 firstlicense-safe defaults
1 commandagent install workflow

Pick the library size

Enter your email once, choose a plan, then either get a free key or continue to Stripe checkout.

What the agent does

Asset Hub is meant to disappear into the coding loop. The agent asks for files, installs them, and leaves usable credits.

Search

Find the exact asset type

Menu clicks, button sprites, music stingers, tiles, fonts, 3D props, textures, and more are indexed by pack and file.

Install

Place files in the project

The MCP downloads selected files to the target folder instead of making you browse, unzip, and move assets by hand.

Credit

Keep license notes clean

Each install updates `asset-hub.lock.json` and `CREDITS.md`, so shipped prototypes have traceable source metadata.

Account

Sign in with email to view your redacted key, quota usage, rotate keys, or change plans.

Install as MCP

After private npm install access is granted, use this in Codex or Claude Code:

{
  "mcpServers": {
    "asset-hub": {
      "command": "npx",
      "args": ["@tcamp404/asset-hub-mcp"],
      "env": {
        "ASSET_HUB_API_KEY": "ah_your_key",
        "ASSET_HUB_API_BASE_URL": "https://assethubmcp.com"
      }
    }
  }
}