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.
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント