Skip to content
Cursor

PicoBerry for Cursor

io.github.umodeler/picoberry-mcp

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

client:Cursor transport:stdio runtime:npm

Install PicoBerry in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "picoberry-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@picoberry/mcp-server"
      ],
      "env": {
        "PICOBERRY_API_KEY": "<PICOBERRY_API_KEY>",
        "PICOBERRY_API_BASE": "<PICOBERRY_API_BASE>"
      }
    }
  }
}

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

PicoBerry in other clients