Back to Browse

Picoberry MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

The PicoBerry MCP server is a well-structured wrapper around a third-party 3D generation API. Authentication is properly required and enforced via environment variable, credentials are handled securely, and the codebase is clean with appropriate input validation. Minor code quality observations exist around error handling patterns, but no security vulnerabilities or dangerous operations were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

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.Required

Environment variable: PICOBERRY_API_KEY

Override the API base URL. Defaults to https://api.picoberry.ai — leave unset unless you were given a different host.Optional

Environment variable: PICOBERRY_API_BASE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-umodeler-picoberry-mcp": {
      "env": {
        "PICOBERRY_API_KEY": "your-picoberry-api-key-here",
        "PICOBERRY_API_BASE": "your-picoberry-api-base-here"
      },
      "args": [
        "-y",
        "@picoberry/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!