PicoBerry
Rank #12,942io.github.UModeler/picoberry-mcp
An AI 3D workspace for games, VR, and beyond. Generate, remesh, texture, and animate 3D assets.
PicoBerry is a Model Context Protocol (MCP) server published by UModeler. It ranks #12,942 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. PicoBerry is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Jul 14, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 119,104 of 132,046 servers on MCP Toplist.
Use PicoBerry
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add picoberry-mcp -e "PICOBERRY_API_KEY=<your PICOBERRY_API_KEY>" -e "PICOBERRY_API_BASE=<your PICOBERRY_API_BASE>" -- npx -y @picoberry/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.picoberry-mcp]
command = "npx"
args = ["-y", "@picoberry/mcp-server"]
[mcp_servers.picoberry-mcp.env]
PICOBERRY_API_KEY = "<your PICOBERRY_API_KEY>"
PICOBERRY_API_BASE = "<your PICOBERRY_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"picoberry-mcp": {
"command": "npx",
"args": [
"-y",
"@picoberry/mcp-server"
],
"env": {
"PICOBERRY_API_KEY": "<your PICOBERRY_API_KEY>",
"PICOBERRY_API_BASE": "<your PICOBERRY_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"picoberry-mcp": {
"command": "npx",
"args": [
"-y",
"@picoberry/mcp-server"
],
"env": {
"PICOBERRY_API_KEY": "<your PICOBERRY_API_KEY>",
"PICOBERRY_API_BASE": "<your PICOBERRY_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"picoberry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@picoberry/mcp-server"
],
"env": {
"PICOBERRY_API_KEY": "<your PICOBERRY_API_KEY>",
"PICOBERRY_API_BASE": "<your PICOBERRY_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"picoberry-mcp": {
"command": "npx",
"args": [
"-y",
"@picoberry/mcp-server"
],
"env": {
"PICOBERRY_API_KEY": "<your PICOBERRY_API_KEY>",
"PICOBERRY_API_BASE": "<your PICOBERRY_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"picoberry-mcp": {
"command": "npx",
"args": [
"-y",
"@picoberry/mcp-server"
],
"env": {
"PICOBERRY_API_KEY": "<your PICOBERRY_API_KEY>",
"PICOBERRY_API_BASE": "<your PICOBERRY_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.UModeler%2Fpicoberry-mcp)<a href="https://mcptoplist.com/server/io.github.UModeler%2Fpicoberry-mcp"><img src="https://mcptoplist.com/badge/io.github.UModeler%2Fpicoberry-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
UModeler
Available versions (5)
| Version | Published |
|---|---|
| 0.1.6 | Sep 8, 2026 |
| 0.1.5 | Aug 12, 2026 |
| 0.1.3 | Jul 19, 2026 |
| 0.1.2 | Jul 16, 2026 |
| 0.1.1 | Jul 16, 2026 |
Frequently asked questions
- Who maintains PicoBerry?
- PicoBerry is maintained by UModeler, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is PicoBerry listed on the Official MCP Registry?
- Yes — PicoBerry is listed on the Official MCP Registry, alongside Glama.
- How many versions does PicoBerry have?
- MCP Toplist tracks 5 versions of PicoBerry, most recently published on Sep 8, 2026.
- Where can I find the source code for PicoBerry?
- The source code for PicoBerry is hosted at github.com/UModeler/picoberry-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.