Back to Catalog

Three.js

modelcontextprotocol/ext-apps/examples/threejs-server
TypeScript
MCP Apps Demo

Interactive 3D scene renderer using Three.js for creating and manipulating 3D visualizations

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:0
👥 Contributors:0
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "mcp-server-threejs": {
    "command": "npx",
    "args": [
      "-y",
      "--silent",
      "--registry=https://registry.npmjs.org/",
      "@modelcontextprotocol/server-threejs",
      "--stdio"
    ],
    "env": {}
  }
}