What is the diceuear MCP server?
DiceBear MCP — wraps DiceBear Avatar API v7 (free, no auth)
How to install diceuear
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"dicebear": {
"url": "https://gateway.pipeworx.io/dicebear/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dicebear": {
"serverUrl": "https://gateway.pipeworx.io/dicebear/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dicebear": {
"type": "http",
"url": "https://gateway.pipeworx.io/dicebear/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"dicebear": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/dicebear/mcp"
]
}
}
}Claude Code
claude mcp add --transport http dicebear https://gateway.pipeworx.io/dicebear/mcp