3D-MeshWeaver for Claude Desktop
io.github.evozim/3d-meshweaver
Mesh spatial optimizer reducing geometric overhead in 3D assets.
client:Claude Desktop
transport:sse
Install 3D-MeshWeaver in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"3d-meshweaver": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://3d-meshweaver-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