three.ws Avatars
Rank #6,684io.github.nirholas/threews-avatar
three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed.
three.ws Avatars is a Model Context Protocol (MCP) server published by nirholas. It ranks #6,684 of 115,460 servers tracked on MCP Toplist, and its repository has 107 GitHub stars. three.ws Avatars is listed on Official MCP, with 2 tracked versions. It was first listed on Jun 13, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 108,776 of 115,460 servers on MCP Toplist.
Use three.ws Avatars
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add threews-avatar -e "THREEWS_BASE_URL=<your THREEWS_BASE_URL>" -- npx -y @three-ws/avatar-mcpReplace each placeholder with your own value before saving.
[mcp_servers.threews-avatar]
command = "npx"
args = ["-y", "@three-ws/avatar-mcp"]
[mcp_servers.threews-avatar.env]
THREEWS_BASE_URL = "<your THREEWS_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"threews-avatar": {
"command": "npx",
"args": [
"-y",
"@three-ws/avatar-mcp"
],
"env": {
"THREEWS_BASE_URL": "<your THREEWS_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"threews-avatar": {
"command": "npx",
"args": [
"-y",
"@three-ws/avatar-mcp"
],
"env": {
"THREEWS_BASE_URL": "<your THREEWS_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"threews-avatar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/avatar-mcp"
],
"env": {
"THREEWS_BASE_URL": "<your THREEWS_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"threews-avatar": {
"command": "npx",
"args": [
"-y",
"@three-ws/avatar-mcp"
],
"env": {
"THREEWS_BASE_URL": "<your THREEWS_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"threews-avatar": {
"command": "npx",
"args": [
"-y",
"@three-ws/avatar-mcp"
],
"env": {
"THREEWS_BASE_URL": "<your THREEWS_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nirholas%2Fthreews-avatar)<a href="https://mcptoplist.com/server/io.github.nirholas%2Fthreews-avatar"><img src="https://mcptoplist.com/badge/io.github.nirholas%2Fthreews-avatar.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nirholas
Other servers by nirholas
- XActions#482 · 4 vers
- Claude Code Explorer MCP#887 · 2 vers
- Pump SDK MCP Server#963 · 4 vers
- Free Crypto News#1,053 · 3 vers
- Universal Crypto MCP#3,833 · 2 vers
- Crypto Tools Registry#5,678 · 2 vers
- Solidity Compiler#5,972 · 2 vers
- Github To MCP#6,021 · 2 vers
- Defi Agents#6,256 · 2 vers
- Pumpfun Claims Bot#6,370 · 2 vers
- Abi To MCP#6,922 · 2 vers
- Tool Discovery MCP#7,463 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Aug 19, 2026 |
| 0.3.0 | Jun 13, 2026 |
Frequently asked questions
- Who maintains three.ws Avatars?
- three.ws Avatars is maintained by nirholas, which publishes 87 MCP servers (137 total versions) tracked on MCP Toplist.
- Is three.ws Avatars listed on the Official MCP Registry?
- Yes — three.ws Avatars is listed on the Official MCP Registry.
- How many versions does three.ws Avatars have?
- MCP Toplist tracks 2 versions of three.ws Avatars, most recently published on Aug 19, 2026.
- Where can I find the source code for three.ws Avatars?
- The source code for three.ws Avatars is hosted at github.com/nirholas/three.ws.