← three.ws

INDIVIDUAL MCP TOOL

text_to_avatar

Generate a textured 3D avatar (GLB) from a text description or a reference image URL.

three.wsnone authenticationAvailability not checked

LIVE ENDPOINT

https://three.ws/api/mcp-studio

No auth detected

Connect to this endpoint to inspect the live schema for text_to_avatar 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

three.ws

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.three-ws-3d-studio-free]
url = "https://three.ws/api/mcp-studio"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "three-ws-3d-studio-free": {
      "type": "http",
      "url": "https://three.ws/api/mcp-studio"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: three-ws-3d-studio-free
Remote MCP URL: https://three.ws/api/mcp-studio

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": {
    "three-ws-3d-studio-free": {
      "url": "https://three.ws/api/mcp-studio"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "three-ws-3d-studio-free": {
      "type": "http",
      "url": "https://three.ws/api/mcp-studio"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "three-ws-3d-studio-free",
  "transport": "streamable-http",
  "url": "https://three.ws/api/mcp-studio"
}
MCP Inspector

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

Related tools

  • forge_free — Turn a text prompt into a textured, downloadable 3D model (GLB) — free.
  • mesh_forge — Generate a textured 3D mesh (GLB) from a text prompt or a reference image URL.
  • rig_mesh — Auto-rig a static 3D model (GLB) into an animation-ready model: adds a humanoid skeleton and skin weights so it can be posed and animated.
  • forge_avatar — Generate a rigged, animation-ready 3D avatar (GLB) from a single text prompt or a reference image — in one step.
  • refine_model — Iterate on a model you already generated — just describe the change in words ("make it metallic", "bigger helmet", "add wings").
  • check_job — Check on a 3D generation that returned status "pending" and collect the finished model.
  • look_at_model — FREE.
  • create_agent_persona — Turn a generated GLB into a NAMED, persistent agent body — a "persona" the assistant reuses across turns and across sessions.