3D Viewer
Interactive Three.js 3D scene visualization and manipulation
Official Model Context Protocol organization

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"
]
}
}
}
}Related Apps

ShaderToy
Real-time GPU shader playground rendered in your conversation

Customer Segmentation
Visual customer data clustering and segment analysis
Brave Search App
Web, image, video, and news search with interactive results UI
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
Works With
Links
README Badge
Add this badge to your GitHub README:
[](https://getmcpapps.com/apps/threejs-viewer)