← Back to Plugins
MCP Server MCP

PicoBerry

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @picoberry/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@picoberry/mcp-server",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "isRequired": true,
          "isSecret": true,
          "name": "PICOBERRY_API_KEY"
        },
        {
          "description": "Override the API base URL. Defaults to https://api.picoberry.ai — leave unset unless you were given a different host.",
          "name": "PICOBERRY_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...