HomeDesign & Media › PicoBerry

PicoBerry

An AI 3D workspace for games, VR, and beyond. Generate, remesh, texture, and animate 3D assets.

Official TypeScript Cloud
★ 1 stars Last pushed 2026-09-14 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.6)

npx -y @picoberry/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "picoberry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@picoberry/[email protected]"
      ],
      "env": {
        "PICOBERRY_API_KEY": "<YOUR_VALUE>",
        "PICOBERRY_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PICOBERRY_API_KEY required secret — PicoBerry API key (pb_live_...). Create one at https://picoberry.ai/dashboard/api-keys. Requires a completed purchase (a subscription or a one-off credit pack) or an active paid subscription.
  • PICOBERRY_API_BASE — Override the API base URL. Defaults to https://api.picoberry.ai — leave unset unless you were given a different host.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry