3DAssets.dev
FreeMaintainedSearch and download free CC0 GLB models and game packs, and submit new ones on a user behalf.
About
Search and download free CC0 GLB models and game packs, and submit new ones on a user behalf.
README
Free, web-optimised CC0 GLB models and game asset packs for three.js, React Three Fiber, Blender, Godot, Unity and any glTF-capable tool. This repository holds the machine-readable pieces of https://3dassets.dev in one place for directories and agent tooling that index GitHub:
SKILL.md: the agent skill, a copy of https://3dassets.dev/skill.md (kept in sync daily by a workflow)bin/3dassets-mcp.js: the3dassets-mcpnpm package, a stdio bridge to the hosted server.mcp.json: MCP client configuration for the hosted serverserver.json: the official MCP Registry entryllms-install.md: setup notes for agents that install from a README
The site, the API and the MCP server itself are hosted at 3dassets.dev, so the only code here is the thin stdio bridge; the catalogue is at https://3dassets.dev/assets.
MCP server
Two ways in. Hosted (Streamable HTTP) needs nothing installed; the npm package runs the same server over stdio for clients that only speak stdio or want a pinned dependency. Both expose the same tools.
# stdio, via npm (bridges to the hosted server; no local state)
npx -y 3dassets-mcp
{
"mcpServers": {
"3dassets": { "command": "npx", "args": ["-y", "3dassets-mcp"] }
}
}
Set THREEDASSETS_API_KEY in the environment to submit models on the user's behalf; leave it unset for read-only use.
Hosted endpoint
Streamable HTTP endpoint: https://3dassets.dev/mcp. Search and download need no auth. Submitting models on a user's behalf takes their API key as a Bearer token; https://3dassets.dev/auth.md explains how an agent obtains one without the user ever handling a password.
# Claude Code
claude mcp add --transport http 3dassets https://3dassets.dev/mcp
# Codex CLI
codex mcp add 3dassets --url https://3dassets.dev/mcp
# VS Code
code --add-mcp '{"name":"3dassets","type":"http","url":"https://3dassets.dev/mcp"}'
Cursor, Windsurf or any mcp.json:
{
"mcpServers": {
"3dassets": { "url": "https://3dassets.dev/mcp" }
}
}
Tools: search_assets, search_packs, get_pack, list_demos, get_demo, get_asset, get_asset_usage, list_categories, list_tags, list_licenses, list_ai_models, create_account, verify_account, submit_asset_from_url, get_upload_url, finalize_upload, my_assets, update_asset, submit_pack, my_packs. Full reference: https://3dassets.dev/docs/mcp.
Skill
npx skills add 3dassets-dev/3dassets
Or point any agent at https://3dassets.dev/skill.md directly. The skill uses plain HTTP, so it works without MCP.
REST API
Base https://3dassets.dev/api/v1, OpenAPI at https://3dassets.dev/api/v1/openapi.json, guide at https://3dassets.dev/docs/api. Every asset also has a Markdown view at https://3dassets.dev/assets/{slug}.md.
Discovery documents
- https://3dassets.dev/.well-known/mcp/server-card.json
- https://3dassets.dev/.well-known/api-catalog
- https://3dassets.dev/.well-known/agent-skills/index.json
- https://3dassets.dev/.well-known/ai-catalog.json
- https://3dassets.dev/llms.txt
Licence
Every asset on the site is CC0 1.0. The files in this repository are CC0 1.0 too.
Questions: [email protected]
Install 3DAssets.dev in Claude Desktop, Claude Code & Cursor
unyly install 3dassets-devInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add 3dassets-dev -- npx -y 3dassets-mcpStep-by-step: how to install 3DAssets.dev
FAQ
Is 3DAssets.dev MCP free?
Yes, 3DAssets.dev MCP is free — one-click install via Unyly at no cost.
Does 3DAssets.dev need an API key?
No, 3DAssets.dev runs without API keys or environment variables.
Is 3DAssets.dev hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install 3DAssets.dev in Claude Desktop, Claude Code or Cursor?
Open 3DAssets.dev on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare 3DAssets.dev with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
