Skip to content
Cursor

three.ws Assistant Widget for Cursor

io.github.nirholas/assistant-widget

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

client:Cursor transport:stdio runtime:npm

Install three.ws Assistant Widget in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "assistant-widget": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/assistant-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<THREE_WS_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

three.ws Assistant Widget in other clients