8th Wall Mcp
@superdwayne
关于 8th Wall Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"8thwall": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"MODE": "local",
"EIGHTHWALL_BASE_URL": "https://www.8thwall.com",
"EIGHTHWALL_DOCS_ROOT": "https://www.8thwall.com/docs/",
"EIGHTHWALL_API_KEY": "<optional-if-API-mode>",
"PROJECT_ROOT": "./project"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 8th Wall Mcp?
8th Wall Mcp is a Model Context Protocol (MCP) server that integrates with 8th Wall, supporting three modes: Docs mode (fetch and expose 8th Wall Studio docs as resources and tools), API mode (wrap 8th Wall endpoints to manage apps and scenes), and Local mode (project/file ops, asset search/download, and strategy guidance for local web XR projects). It is designed for developers building augmented reality and web XR experiences with A‑Frame or Three.js.
How to use 8th Wall Mcp?
Install with Node.js 18+, run npm install and npm run build, then configure your MCP client (Claude Desktop, Cursor, or VS Code) with the server's stdio command and environment variables such as MODE (local, docs, or api), PROJECT_ROOT, and optionally EIGHTHWALL_API_KEY for API mode. The server provides tools for scaffolding projects, adding scene elements, managing assets, and running a local dev server.
Key features of 8th Wall Mcp
- Three modes: Docs, API, and Local
- Scene-building tools for primitives, lights, models, and environments
- PolyHaven asset search and download integration
- Local dev server for quick preview
- Integration with 8th Wall Desktop App projects
- Optional HTTP bridge for n8n workflow automation
Use cases of 8th Wall Mcp
- Scaffold and edit A‑Frame or Three.js scenes for AR projects
- Download and place 3D models (e.g., GLB/GLTF) into a project
- Search and apply PolyHaven HDRI environments
- Manage 8th Wall Studio apps and scenes via API mode
- Automate project file operations and export for Studio upload
FAQ from 8th Wall Mcp
What are the main modes of the server?
Three modes: Docs (fetch/search 8th Wall docs), API (manage apps/scenes with credentials), and Local (edit local web XR projects with scene and asset tools).
What are the runtime requirements?
Node.js 18+ (for native fetch) and npm. The server runs via stdio or an optional HTTP bridge.
How do I connect the server to my 8th Wall Desktop project?
Set PROJECT_ROOT to the project path in your MCP client configuration, or use the desktop_list_projects and desktop_set_project tools to discover and select a project folder.
What file operations are supported in Local mode?
Project tools include get info, list files, read/write/delete/move files, scaffold a new project, and export as a zip archive.
How can I use this server with n8n?
Run the HTTP bridge with npm run http (default port 8787), then use n8n's HTTP Request nodes to list tools (GET /tools) and invoke them (POST /tool/) with JSON arguments.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
评论