ThreeJS Weaver for Claude Desktop
io.github.evozim/threejs-weaver
3D graphic mesh generator and WebGL scene builder.
client:Claude Desktop
transport:sse
Install ThreeJS Weaver in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"threejs-weaver": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://threejs-weaver-mcp.vercel.app/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs