mcpbeat Sign in

PicoBerry MCP Server

local only

PicoBerry runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 38 · avg 13 · +346% w/w
a month agotoday
69
Installs / week
npm · @picoberry/mcp-server
1
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check PicoBerry every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add picoberry-mcp -- npx -y @picoberry/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "picoberry-mcp": {
      "args": [
        "-y",
        "@picoberry/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.picoberry-mcp]
command = "npx"
args = ["-y", "@picoberry/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "picoberry-mcp": {
      "args": [
        "-y",
        "@picoberry/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "picoberry-mcp": {
      "args": [
        "-y",
        "@picoberry/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PICOBERRY_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PicoBerry

same job, measured the same way
SpriteCook
by spritecook

Generate game assets with AI for 2D games, including sprites, tilesets, and animations.

answering
Gessa: game asset generation for AI agents
by gessa

Generate game-ready 3D models, textures, and audio from natural language, over MCP.

50 installs/wk answering
Ludo AI Game Assets
by ludo

Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.

34 tools answering
Sprite AI
by sprite-ai

Generate pixel art sprites, animations, 8-direction rotations and palettes for games.

answering
three.ws 3D Studio
by nirholas

Turn text or an image into an animation-ready 3D model (GLB): generate, rig, animate, retexture.

answering
Orcha
by westonhancock

Securely search and manage workspace context files for AI agents and teams.

answering
Label
by theluckystrike

Generate barcode and QR labels offline for products, packages and assets.

local only
FlowNode
by flownode

Generate images, video, audio and 3D with FlowNode; results land in your asset library.

answering

PicoBerry — questions

Answers built from our own checks of this server.

Why is there no uptime for PicoBerry?
PicoBerry runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @picoberry/mcp-server was installed 69 times last week.
How do I connect PicoBerry?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @picoberry/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use PicoBerry?
The npm package @picoberry/mcp-server was installed 69 times in the last week. Week over week that is +346%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PicoBerry open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.