Loading MCP server directory, please wait...
Generate game-ready 3D models, images, and animations. Multi-engine, one API.
npx @getmcp/cli add io.github.UModeler/picoberry-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PICOBERRY_API_KEYPicoBerry 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.UModeler/picoberry-mcp": {
"command": "npx",
"args": [
"-y",
"@picoberry/mcp-server"
],
"env": {
"PICOBERRY_API_KEY": "",
"PICOBERRY_API_BASE": ""
}
}
}
}