--- title: SAM 3D Body MCP emoji: 🧍 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 6.0.2 python_version: "3.11" app_file: app.py pinned: false license: other hardware: zero-a10g tags: - mcp-server-track - building-mcp-track-consumer - agents - 3d - mesh-recovery - sam3d short_description: "Image → 3D Human Mesh (GLB) - MCP Server" --- # 🧍 SAM 3D Body MCP Server **Image → 3D Human Mesh** powered by [Meta's SAM 3D Body](https://github.com/facebookresearch/sam-3d-body) ## MCP Integration ```json { "mcpServers": { "sam3d": { "command": "npx", "args": ["mcp-remote", "https://dev-bjoern-sam3d-body-mcp.hf.space/gradio_api/mcp/sse"] } } } ``` ## Credits - [facebook/sam-3d-body-dinov3](https://huggingface.co/facebook/sam-3d-body-dinov3) - [rerun-io/sam3d-body-rerun](https://github.com/rerun-io/sam3d-body-rerun)