mcpbeat Sign in

three.ws Assistant Widget MCP Server

local only

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

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

Installs per day peak 148 · avg 17 · +576% w/w
a month agotoday
191
Installs / week
npm · @three-ws/assistant-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 Assistant Widget 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 assistant-widget -- npx -y @three-ws/assistant-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "assistant-widget": {
      "args": [
        "-y",
        "@three-ws/assistant-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.assistant-widget]
command = "npx"
args = ["-y", "@three-ws/assistant-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "assistant-widget": {
      "args": [
        "-y",
        "@three-ws/assistant-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "assistant-widget": {
      "args": [
        "-y",
        "@three-ws/assistant-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THREE_WS_BASE (Origin used in the generated embed URLs (script src, frame URL, builder link). Override only when targeting a preview or self-hosted three.ws deployment.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Assistant Widget

same job, measured the same way
three.ws Concierge
by nirholas

Ask any website's AI concierge a grounded question, and generate the embed to add one to a site.

204 installs/wk local only
three.ws Avatars
by nirholas

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

197 installs/wk local only
Syntheticbrew
by syntheticbrew

Embed an AI chat widget on your website from your coding agent: provision, configure, get snippet.

answering
three.ws Avatars & Agents
by nirholas

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

answering
Writing Assistant AI MCP
by csoai-org

Writing Assistant Ai tools for AI agents. Capabilities: generate headlines, score readability

139 installs/wk 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 3D Studio
by nirholas

Turn text or an image into an animation-ready 3D model (GLB): generate, rig, animate, retexture.

answering
Simple GPT
by jojapi

Simple GPT: A simple floating widget allows you to access the AI assistant immediately from.

1 tools answering

three.ws Assistant Widget — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Assistant Widget?
three.ws Assistant Widget 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/assistant-mcp was installed 191 times last week.
How do I connect three.ws Assistant Widget?
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/assistant-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Assistant Widget?
The npm package @three-ws/assistant-mcp was installed 191 times in the last week. Week over week that is +576%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Assistant Widget 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.