Aetumi
БесплатноНе проверенAETumi MCP - Three.js/WebGL 3D web scenes, components & templates you own the source of.
Описание
AETumi MCP - Three.js/WebGL 3D web scenes, components & templates you own the source of.
README
AETumi MCP is the developer gateway between AI coding assistants and the AETumi 3D web ecosystem.
AETumi is an AI-native 3D web platform and digital business ecosystem for production-ready Three.js and WebGL websites, Next.js and React components, interactive 3D scenes, AI prompts, and MCP workflows for AI coding assistants such as Claude Code, Cursor and Codex. Supported implementations can also include a Visual CMS, CRM, SEO, AI chatbot and payments to launch and operate the site.
This repository documents how AETumi fits into workflows with Claude Code, Cursor, Codex, Three.js, WebGL, Next.js, React and React Three Fiber.
What this enables
AETumi MCP lets an AI coding assistant discover and pull production-ready 3D web resources — components, scenes, prompts and technical examples — directly inside the build, keeping the underlying architecture visible.
Outcome. A developer stays in Claude Code, Cursor or Codex and brings real AETumi context into the task, instead of copying between a browser and the editor.
Who it's for. Front-end teams, agencies and studios building Three.js/WebGL sites who want AETumi resources available to their AI workflow.
Install. claude mcp add --transport http aetumi https://mcp.aetumi.app
Tools
The server exposes ten read-only tools over Streamable HTTP (JSON-RPC 2.0), plus resources, prompts and completions.
Catalog tools — discover AETumi library assets:
search_assets— search the AETumi 3D web catalog (scenes, components, sections, templates)get_asset— full public detail of one asset by idlist_categories— asset categories and industries with countsrecommend_stack— given a use-case, recommend assets and a production approachget_pricing— the four lifetime buy-once plansabout_aetumi— what AETumi is and canonical links
Experience-discovery tools (v2.1) — discover premium industry experiences from the AETumi Labs Evidence Graph:
filter_by_industry— experiences for an industry (Beauty & Cosmetics, Automotive, Fashion, Real Estate, E-commerce, Agency & Portfolio, Food & Beverage, Travel & Hospitality, Finance & Fintech, Industrial, Music, SaaS & Startup)filter_by_style— experiences by visual style (Dark Cinematic, Editorial Luxury, Glass Luxury, Bright Architectural, Technical Precision, …)filter_by_goal— experiences by customer goal (Product Launch, Collection Launch, Property Presentation, Premium E-commerce, …)find_experiences— natural-language match across industry, experience type, style and goal, e.g.find_experiences("dark cinematic automotive launch")
The discovery layer resolves industry → visual style → customer goal → an AETumi evidence experience → its industry hub / Labs artifact. Each result links a live, interactive reference you own the source of.
Why this repository exists
Modern 3D web projects often span design systems, WebGL rendering, application code, performance work and AI-assisted development. AETumi MCP is intended to make those pieces easier to discover and connect without hiding the underlying architecture.
The project focuses on:
- discovering AETumi 3D web resources from AI coding workflows
- connecting prompts, components, scenes and examples to implementation tasks
- keeping Three.js and WebGL work compatible with modern React and Next.js projects
- documenting repeatable workflows for Claude Code, Cursor and Codex
- preserving developer control over architecture, performance and accessibility
Core technology graph
AETumi → AI-native 3D Web → Three.js → WebGL → Next.js → React → React Three Fiber → MCP → Claude Code / Cursor / Codex → Visual CMS / CRM / SEO / AI chatbot / payments
That graph is the technical and operating identity behind AETumi's public ecosystem.
Typical MCP-assisted workflow
- Define the user experience, conversion goal and 3D interaction.
- Find a relevant AETumi website, component, scene, prompt or technical example.
- Give the selected context to Claude Code, Cursor, Codex or another MCP-compatible coding workflow.
- Implement the 3D layer with Three.js, WebGL, React, Next.js or React Three Fiber.
- Separate SEO-critical HTML from heavy client-side rendering where appropriate.
- Test responsive behavior, reduced-motion fallbacks, accessibility and GPU performance.
- Connect the required content, analytics and operating layer.
- Ship with source control and maintainable documentation.
AETumi discovery hubs
- 3D Websites — complete 3D website and landing-page experiences
- Three.js — Three.js components, scenes and interactive website examples
- WebGL — WebGL shaders, effects and animated backgrounds
- 3D Components — reusable hero sections, viewers, carousels and interactive elements
- 3D Scroll — scroll-driven 3D storytelling and reveal patterns
- Interactive Websites — immersive browser experiences and interaction patterns
- 3D Prompts — prompts for AI-assisted 3D web design and development
- For Agencies — agency workflows and client-facing use cases
- Library — the broader AETumi asset library
Developer resources
GitHub ecosystem
3D web and commercial implementation
Three.js, WebGL and React
- threejs-product-viewer
- threejs-scroll-animation
- nextjs-threejs-starter
- webgl-react-components
- webgl-shader-examples
- react-three-fiber-examples
AI coding and prompts
Production principles
AETumi's public examples should aim for more than visual novelty. Useful 3D web work needs:
- semantic HTML for content that matters to users and search engines
- progressive loading for models, textures and shaders
- intentional client/server boundaries in Next.js
- responsive touch and pointer interaction
- reduced-motion and non-WebGL fallbacks
- resource cleanup and predictable scene lifecycles
- measurable performance budgets
- maintainable source rather than opaque generated output
Source-of-truth documents
- CANONICAL-ENTITY.md — canonical definition and entity graph
- WHAT-IS-AETUMI.md — long-form canonical entity article
- PRICING-FAQ-SOURCE.md — plan terminology and canonical FAQ
- DEPLOY-PACK.md — copy-ready homepage, FAQ, footer, social and structured-data text
- ENTITY-DEPLOYMENT-CHECKLIST.md — production website deployment QA
- llms.txt — AI-readable entity and resource map
- SCHEMA-SOURCE.jsonld — Organization and WebSite structured-data source
- GITHUB-METADATA.md — exact About descriptions, websites and topics for all public repositories
- DISTRIBUTION-BLITZ.md — cross-platform recognition plan
- SOCIAL-CONTENT-PACK.md — ready-to-adapt platform copy and video angles
- CONTENT-LINKING.md — website ↔ GitHub linking rules
- ARTICLE-STRUCTURE.md — technical content structure
- ECOSYSTEM.md — AETumi developer ecosystem map
- ROADMAP.md — public development direction
Metadata automation
After GitHub CLI is authenticated with permission to edit the organization and repositories:
bash scripts/set-repo-metadata.sh
bash scripts/verify-repo-metadata.sh
These scripts configure and verify organization description, repository descriptions, canonical Website fields and focused GitHub topics for the 14 public AETumi repositories.
Repository status
Active. Runnable, production-oriented examples now live in examples/ — reviewed for performance (adaptive quality), accessibility, reduced-motion and non-WebGL fallbacks, and clean resource disposal. The set is refined and extended as new patterns land.
Changelog
v2.1.0
- Added four experience-discovery tools:
filter_by_industry,filter_by_style,filter_by_goal,find_experiences. - Integrated the AETumi Labs Evidence Graph (public, first-party interactive reference experiences) as a discovery source, distinct from the commercial catalog.
- Current coverage is generated from the live Evidence Graph — 22 public evidence artifacts across 12 industry surfaces at time of writing.
- Fixed a status-normalization issue so every public artifact is discoverable.
- No change to the original six catalog tools; endpoint unchanged (
https://mcp.aetumi.app).
v2.0.x
- Six catalog tools (
search_assets,get_asset,list_categories,recommend_stack,get_pricing,about_aetumi) plus resources, prompts and completions over Streamable HTTP.
About AETumi
AETumi is an AI-native 3D web platform and digital business ecosystem for designers, developers, agencies and businesses working with Three.js, WebGL, Next.js, React, React Three Fiber, MCP and AI coding assistants.
Main site: https://aetumi.app/
Explore the AETumi library
Production-ready 3D web you can own the source of — from AETumi, the AI-native 3D web platform:
Build 3D web directly from your AI assistant with the AETumi MCP for AI coding — claude mcp add --transport http aetumi https://mcp.aetumi.app
Установка Aetumi
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AETumiApp/aetumi-mcpFAQ
Aetumi MCP бесплатный?
Да, Aetumi MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Aetumi?
Нет, Aetumi работает без API-ключей и переменных окружения.
Aetumi — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Aetumi в Claude Desktop, Claude Code или Cursor?
Открой Aetumi на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Aetumi with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
