← 3dassets.dev

INDIVIDUAL MCP TOOL

get_demo

Get one demo: the pack, the spawn point, the walkable bounds, the points of interest, and every placement (public asset slug, position in metres, yaw in degrees) with the CDN URL and bounds of each model placed.

3dassets.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://3dassets.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_demo and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

3dassets.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.3dassets]
url = "https://3dassets.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "3dassets": {
      "type": "http",
      "url": "https://3dassets.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 3dassets
Remote MCP URL: https://3dassets.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "3dassets": {
      "url": "https://3dassets.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "3dassets": {
      "type": "http",
      "url": "https://3dassets.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "3dassets",
  "transport": "streamable-http",
  "url": "https://3dassets.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_packs — Find cohesive free GLB game kits by text, theme or style.
  • get_pack — Get a free pack manifest with direct CDN URLs, licences, geometry budgets, loader snippets and its assembled starter scene.
  • list_demos — List the walkable demo scenes staff have built from single packs.
  • search_assets — Search the free GLB catalogue on 3dassets.dev (three.js, Blender, Godot, Unity) by text, category (what it is), theme (what world) and style (what look).
  • get_asset — Full details for one asset by slug: CDN URL, licence + attribution text, stats, bounding box, animations, and ready-to-paste loader snippets.
  • get_asset_usage — Code or steps to load an asset in three.js, React Three Fiber, <model-viewer>, Blender, Godot or Unity.
  • list_categories — List categories available on 3dassets.dev (slugs are what other tools accept).
  • list_tags — List tags available on 3dassets.dev (slugs are what other tools accept).