Server Threejs
Freeby MCP Community
Three.js 3D visualization MCP App Server
v1.5.0Added Apr 12, 2026
Server Threejs MCP Server
Three.js 3D visualization MCP App Server
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-threejs
Add to claude_desktop_config.json
{
"mcpServers": {
"server-threejs": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-threejs"]
}
}
}