Generate a paste-ready embed for a floating 3D avatar chatbot on any website.
claude mcp add assistant-widget -- npx -y @three-ws/assistant-mcp
claude_desktop_config.json
{
"mcpServers": {
"assistant-widget": {
"command": "npx",
"args": [
"-y",
"@three-ws/assistant-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"assistant-widget": {
"command": "npx",
"args": [
"-y",
"@three-ws/assistant-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"assistant-widget": {
"command": "npx",
"args": [
"-y",
"@three-ws/assistant-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"assistant-widget": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/assistant-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"assistant-widget": {
"command": "npx",
"args": [
"-y",
"@three-ws/assistant-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nirholas--assistant-widget/reviews or the review_server meta-tool.
POST /mcp