Skip to main content
ClaudeWave

Free CC0 GLB models and game asset packs for three.js, Blender, Godot and Unity: agent skill, MCP server config and registry entry

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: NPX · 3dassets-mcp
Claude Code CLI
claude mcp add 3dassets -- npx -y 3dassets-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "3dassets": {
      "command": "npx",
      "args": ["-y", "3dassets-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 3DAssets.dev for agents

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`: the `3dassets-mcp` npm package, a stdio bridge to the hosted server
- `.mcp.json`: MCP client configuration for the hosted server
- `server.json`: the official MCP Registry entry
- `llms-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.

```sh
# stdio, via npm (bridges to the hosted server; no local state)
npx -y 3dassets-mcp
```

```json
{
  "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.

```sh
# 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`:

```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

```sh
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: hello@3dassets.dev
3d-modelsagent-skillsblendercc0game-assetsglbgltfgodotmcpmcp-serverthreejsunity

Lo que la gente pregunta sobre 3dassets

¿Qué es 3dassets-dev/3dassets?

+

3dassets-dev/3dassets es mcp servers para el ecosistema de Claude AI. Free CC0 GLB models and game asset packs for three.js, Blender, Godot and Unity: agent skill, MCP server config and registry entry Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-07.

¿Cómo se instala 3dassets?

+

Puedes instalar 3dassets clonando el repositorio (https://github.com/3dassets-dev/3dassets) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar 3dassets-dev/3dassets?

+

Nuestro agente de seguridad ha analizado 3dassets-dev/3dassets y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene 3dassets-dev/3dassets?

+

3dassets-dev/3dassets es mantenido por 3dassets-dev. La última actividad registrada en GitHub es del 2026-09-07, con 0 issues abiertos.

¿Hay alternativas a 3dassets?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega 3dassets en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: 3dassets-dev/3dassets
[![Featured on ClaudeWave](https://claudewave.com/api/badge/3dassets-dev-3dassets)](https://claudewave.com/repo/3dassets-dev-3dassets)
<a href="https://claudewave.com/repo/3dassets-dev-3dassets"><img src="https://claudewave.com/api/badge/3dassets-dev-3dassets" alt="Featured on ClaudeWave: 3dassets-dev/3dassets" width="320" height="64" /></a>

Más MCP Servers

Alternativas a 3dassets