Browse the community 3D-creation gallery, fetch a creation with its viewer URL, and submit it.
claude mcp add loom-mcp -- npx -y @three-ws/loom-mcp
claude_desktop_config.json
{
"mcpServers": {
"loom-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/loom-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"loom-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/loom-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"loom-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/loom-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"loom-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/loom-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"loom-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/loom-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nirholas--loom-mcp/reviews or the review_server meta-tool.
POST /mcp