8thwallmcp
8

8thwallmcp

This is an 8th Wall MCP server project that allows users to build WebAR experiences in Claude Desktop through natural language instructions. It provides over 66 tools, supports scene building, 3D model management, animation addition, physical effects, asset search, and project file management, and can be integrated with 8th Wall Desktop and cloud APIs.
2.5 points
7.0K

What is the 8th Wall MCP Server?

The 8th Wall MCP Server is an AI-driven augmented reality creation tool that allows you to create complex WebAR experiences using simple natural language descriptions. By integrating with Claude Desktop, you can describe AR scenes directly in the chat interface, and the system will automatically generate corresponding 3D models, animations, interactive effects, and code. This tool is particularly suitable for designers, marketers, educators, and creative professionals who may not have programming experience but wish to quickly create AR content. Whether it's product displays, educational applications, marketing campaigns, or artistic creations, all can be achieved through simple language descriptions.

How to use the 8th Wall MCP Server?

The usage process is very simple: 1. Install Claude Desktop and the 8th Wall MCP extension. 2. Describe the AR scene you want in the Claude chat interface. 3. The system automatically analyzes your requirements and selects appropriate tools. 4. Generate 3D content, animations, and interactive code. 5. Preview and test the AR effects in 8th Wall Desktop. 6. Deploy to mobile devices for the actual AR experience. No coding is required throughout the process, and all technical details are automatically handled by AI.

Applicable scenarios

The 8th Wall MCP Server is suitable for various AR creation scenarios: • Product display and e-commerce - Create 3D product model displays. • Education and training - Produce interactive learning materials. • Marketing and advertising - Design eye-catching AR advertisements. • Art and entertainment - Create immersive art experiences. • Real estate and interior design - Display 3D space layouts. • Games and interactive experiences - Develop simple AR games. Whether you're an individual creator or a corporate team, you can quickly create professional AR content.

Main features

AI intelligent creation
Describe AR scenes using natural language. AI automatically analyzes the requirements and selects appropriate tool combinations to generate complete AR experience code. Supports 6 preset templates, including light painting, model display, AR portals, facial filters, etc.
Scene building
Add 3D basic shapes (cubes, spheres, cylinders, etc.), import GLB/GLTF models, set materials and textures, and adjust positions and rotation angles. Supports physical effects such as gravity and collision detection.
Animation system
Create rotation animations, scaling animations, and translation animations. Control animation speed, loop mode, and easing effects. Supports playback control of built-in animations of models.
AR tracking function
Supports image target tracking (recognize specific pictures to display AR content), facial tracking (AR masks and filters), and world tracking (place virtual objects in the real environment).
Asset management
Search for and download free 3D models, textures, and HDR environment maps from platforms such as PolyHaven. Manage local asset files, and automatically decompress and organize them.
Project management
Create, edit, and manage 8th Wall Desktop projects. Support file operations, JSON configuration modification, and export projects as ZIP packages.
Three.js default framework
Uses the Three.js framework by default, providing better compatibility and performance on mobile devices. Also supports the A-Frame framework for specific requirements.
Development server
Comes with a preview server to view AR effects in real-time. Supports hot reloading, facilitating debugging and testing.
Advantages
No programming knowledge required - Create complex AR experiences using natural language
Rapid prototyping - Go from idea to a runnable AR scene in minutes
Rich resource library - Integrates free 3D resource platforms such as PolyHaven
Multi-platform support - Generated AR content can run on iOS and Android devices
AI intelligent assistance - Automatically analyzes requirements and selects the best implementation plan
Community support - An active developer community and continuous updates
Limitations
Requires Claude Desktop - The Claude desktop application must be installed
8th Wall limitations - The free version has a monthly limit on the number of active users
Learning curve - Basic AR concepts and terminology need to be understood
Performance dependency - Complex scenes may have poor performance on low-end devices
Network requirements - Some functions require an internet connection to download resources
Platform restrictions - Some advanced functions require an 8th Wall paid plan

How to use

Installation preparation
First, ensure that you have installed the Claude Desktop application. Then, download the 8th Wall MCP Server extension file (in .mcpb format) and double-click the file to automatically install it into Claude Desktop.
Set the project directory
In the Claude chat interface, tell the AI the location of your 8th Wall Desktop project, or let the AI help you create a new project.
Describe the AR scene
Describe the AR effects you want in detail using natural language, including object types, behaviors, interaction methods, etc. The more detailed, the better.
AI generation and adjustment
The AI will automatically analyze your requirements and select appropriate tools to generate the AR scene. You can request adjustments to details such as color, size, and animation speed.
Preview and test
Use the preview function in 8th Wall Desktop to view the effects on your computer, and then test the actual AR experience on your phone via the QR code.
Deploy and share
Export the project as a web application, deploy it to a server or 8th Wall Cloud, and generate a sharing link for others to experience.

Usage examples

E-commerce product AR display
Create an AR product display function for an online store, allowing customers to view 3D product models in the real environment.
Educational AR learning materials
Create an AR cell structure display for a biology course, allowing students to visually observe organelles.
AR marketing campaign
Create an interesting AR filter effect for a brand event to enhance user engagement.
Real estate AR house viewing
Create an AR interior design preview, allowing customers to view furniture layouts in an empty room.

Frequently Asked Questions

Do I need programming experience to use this tool?
Is this tool free?
On which devices can I run the created AR content?
How can I obtain 3D models and other resources?
Can the created AR content be integrated into an existing website?
What if I'm not satisfied with the generated results?
What types of AR tracking are supported?
How can I test and debug AR effects?

Related resources

GitHub project homepage
Source code, issue feedback, and latest version download
8th Wall official website
Detailed introduction, documentation, and pricing information of the 8th Wall platform
Claude Desktop download
Download the Claude Desktop application
PolyHaven resource library
Free high - quality 3D models, textures, and HDR environment maps
Model Context Protocol documentation
Technical documentation and development guide for the MCP protocol
Three.js learning resources
Official Three.js documentation and examples to understand the basics of 3D rendering
WebAR best practices guide
Official 8th Wall development documentation and best practices
Community forum and discussions
Exchange experiences, share works, and get help with other users

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
       "mcp-8thwall": {
      "command": "node",
      "args": [
        "/absolute/path/to/mcp-8thwall/dist/index.js"
      ]
    }
  }
}

{
  "mcpServers": {
    "mcp-8thwall": {
      "command": "node",
      "args": ["/path/to/dist/index.js"],
      "env": {
        "MODE": "local",
        "PROJECT_ROOT": "/path/to/your/project",
        "EIGHTHWALL_DESKTOP_ROOT": "~/Documents/8th Wall"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
9.5K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
7.6K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
7.4K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
10.0K
4 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
18.4K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
9.6K
4 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
N
Nexus
Nexus is an AI tool aggregation gateway that supports connecting multiple MCP servers and LLM providers, providing tool search, execution, and model routing functions through a unified endpoint, and supporting security authentication and rate limiting.
Rust
0
4 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
21.1K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
19.3K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
63.2K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
31.5K
5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
27.2K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
59.4K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
85.7K
4.7 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
20.1K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase