mcpbeat Sign in

three.ws Avatars MCP Server

local only

three.ws Avatars runs on your own machine — the client starts it, so there is no endpoint to ping. 197 installs a week from npm. Last commit 18 Sep 2026.

three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed.

Installs per day peak 146 · avg 19 · +329% w/w
a month agotoday
197
Installs / week
npm · @three-ws/avatar-mcp
194
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check three.ws Avatars every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add threews-avatar -- npx -y @three-ws/avatar-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "threews-avatar": {
      "args": [
        "-y",
        "@three-ws/avatar-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.threews-avatar]
command = "npx"
args = ["-y", "@three-ws/avatar-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "threews-avatar": {
      "args": [
        "-y",
        "@three-ws/avatar-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "threews-avatar": {
      "args": [
        "-y",
        "@three-ws/avatar-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THREEWS_BASE_URL (three.ws host to read avatars from. Defaults to https://three.ws.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Avatars

same job, measured the same way
three.ws Avatars & Agents
by nirholas

3D avatars, embeds, glTF tools, agent memory, and on-chain agent identity from three.ws.

answering
three.ws Assistant Widget
by nirholas

Generate a paste-ready embed for a floating 3D avatar chatbot on any website.

191 installs/wk local only
three.ws Agent Wallet
by nirholas

Give your AI agent an x402 wallet: discover and pay for services in USDC, or earn from your own.

answering
3D AI Agent Avatar
by nirholas

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

197 installs/wk local only
Living Docs
by s2bomb

Create and improve live, shared interactive documents with your agent.

answering
SaC — Software as Content
by dynsoft

Give your AI agent the ability to respond with live, interactive apps that evolve.

83 installs/wk local only
Alto Connector
by lukebmandel-debug

Build an interactive timeline from your own materials — never from invented content.

local only
three.ws 3D Studio (free)
by nirholas

Free text/image → 3D: generate, rig, avatar-ify, and refine GLB models. No auth, no payment.

11 tools answering

three.ws Avatars — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Avatars?
three.ws Avatars runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @three-ws/avatar-mcp was installed 197 times last week.
How do I connect three.ws Avatars?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @three-ws/avatar-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Avatars?
The npm package @three-ws/avatar-mcp was installed 197 times in the last week. Week over week that is +329%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Avatars open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 194 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.