PicoBerry for Cursor
io.github.umodeler/picoberry-mcp
An AI 3D workspace for games, VR, and beyond. Generate, remesh, texture, and animate 3D assets.
client:Cursor
transport:stdio
runtime:npm
Install PicoBerry in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"picoberry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@picoberry/mcp-server"
],
"env": {
"PICOBERRY_API_KEY": "<PICOBERRY_API_KEY>",
"PICOBERRY_API_BASE": "<PICOBERRY_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs