MCP Hub
Back to servers

diceuear

DiceBear MCP — wraps DiceBear Avatar API v7 (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-dicebear

MCP server for generating avatars via DiceBear API. No authentication required.

Tools

ToolDescription
generate_avatarGenerate a DiceBear avatar SVG URL for a given style and seed
list_stylesList all available DiceBear avatar styles

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "dicebear_generate_avatar",
      "arguments": { "style": "bottts", "seed": "hello" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review