← three.ws

INDIVIDUAL MCP TOOL

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.

three.wsnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

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.
  • text_to_avatar — Generate a textured 3D avatar (GLB) from a text description or a reference image URL.
  • mesh_forge — Generate a textured 3D mesh (GLB) from a text prompt or a reference image URL.
  • 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").
  • create_agent_persona — Turn a generated GLB into a NAMED, persistent agent body — a "persona" the assistant reuses across turns and across sessions.
  • get_agent_persona — Bring back a previously saved persona by its persona_id — the SAME body and identity, in a fresh session.
  • persona_say — Make a persona PERFORM a reply: the body lip-syncs the text and shows the matching facial expression and body gesture.