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
{
"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