The Plug
⭐ FeaturedVerifiedVisualizations

3D Viewer

Interactive Three.js 3D scene visualization and manipulation

M
MCP Official✓ Verified

Official Model Context Protocol organization

Preview coming soon

Render and interact with 3D scenes directly in your AI chat. Rotate, zoom, and explore 3D models powered by Three.js. Great for data visualization, product demos, and educational content.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "threejs-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-threejs-server"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "threejs-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/ext-apps-threejs-server"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "threejs-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-threejs-server"
        ]
      }
    }
  }
}

Stats

Rating
4.8(18)
Installs
623
Views
4,100
GitHub
2,800

Works With

🟠 Claude🟢 ChatGPT🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/threejs-viewer.svg)](https://getmcpapps.com/apps/threejs-viewer)