PicoBerry API + MCPNow live

Use PicoBerry in your AI assistant (MCP)

Ask Claude, Cursor, or Codex for a 3D model — and get one. Connect PicoBerry to any AI coding assistant over MCP.

Type one sentence to your AI assistant — "make me a low-poly treasure chest" — and a game-ready 3D model lands in your project. No switching tabs, no download dance, no glue code. That's PicoBerry running inside your assistant over MCP.

What this is

MCP (Model Context Protocol) is the open standard that lets AI assistants use outside tools. The PicoBerry MCP server plugs PicoBerry's whole pipeline — image and 3D generation, remesh, re-texture, auto-rig & animate — straight into the assistant you already work in. You describe what you want, it generates, and the GLB / FBX / OBJ comes back ready to import.

Because MCP is an open standard, PicoBerry works in whatever AI agent you already use — Claude Code and Claude Desktop, Cursor, VS Code (Copilot), Windsurf, Zed, OpenAI Codex, Gemini, Cline, and every other MCP client. One server, every agent.

What it feels like

You — Make a stylized treasure chest, retopo it to 3k triangles, and export a Unity-ready FBX.

Assistantgenerates the mesh → waits for it → retopologizes → exports → here's your FBX.

You describe the result; the assistant chains the right PicoBerry tools to get there.

Set it up — about a minute

You'll need a PicoBerry API key (available on paid plans) — create one under Profile → API Keys. Then add this to your assistant's MCP config and restart it:

{
  "mcpServers": {
    "picoberry": {
      "command": "npx",
      "args": ["-y", "@picoberry/mcp-server"],
      "env": {
        "PICOBERRY_API_KEY": "pb_live_xxxxxxxxxxxx",
        "PICOBERRY_API_BASE": "https://api.picoberry.ai"
      }
    }
  }
}

There's nothing to install — npx fetches the server the first time it runs. On Codex CLI, one line does the same: codex mcp add picoberry -- npx -y @picoberry/mcp-server.

What you can ask for

Once it's connected, just talk to your assistant:

  • Create"a mossy stone golem, low-poly" → a textured 3D model
  • Refine"remesh that to 5k triangles" · "re-texture it as weathered bronze"
  • Animate"auto-rig it and make it walk"
  • Export"give me a Unity FBX" · "download it as GLB"

Each step spends credits from your balance, exactly like the web app does.