three.ws Loom for Gemini CLI
io.github.nirholas/loom-mcp
Browse the community 3D-creation gallery, fetch a creation with its viewer URL, and submit it.
client:Gemini CLI
transport:stdio
runtime:npm
Install three.ws Loom in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"loom-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/loom-mcp"
],
"env": {
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs