PluginBench
MCP Server

three.ws Avatars & Agents MCP Server

io.github.nirholas/three.ws

What is the three.ws Avatars & Agents MCP server?

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

How to install three.ws Avatars & Agents

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "three-ws": {
      "url": "https://three.ws/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "three-ws": {
      "serverUrl": "https://three.ws/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "three-ws": {
      "type": "http",
      "url": "https://three.ws/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "three-ws": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://three.ws/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http three-ws https://three.ws/api/mcp

Related MCP servers

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

View repository →

MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.

View repository →

UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.

View repository →

Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.

View repository →

Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.

View repository →

Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.

View repository →