Skip to content
Cursor

ui avatars mcp for Cursor

io.github.mrfentmen/ui-avatars-mcp

Avatar images from UI Avatars. No key required.

client:Cursor transport:stdio runtime:npm

Install ui avatars mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ui-avatars-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ui-avatars-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ui avatars mcp in other clients