@Lunaar/ Server
БесплатноНе проверенLets MCP-compatible hosts like Claude and Cursor use Lunaar's AI building blocks — including sketch-to-render, virtual try-on, jewelry/glasses compositing, body
Описание
Lets MCP-compatible hosts like Claude and Cursor use Lunaar's AI building blocks — including sketch-to-render, virtual try-on, jewelry/glasses compositing, body measurement extraction, image-to-3D, AR viewer publishing, and upscaling — as native tools called by name from chat.
README
Model Context Protocol server for the Lunaar Public API. Lets Claude, Cursor, Windsurf and any other MCP-compatible host use Lunaar's AI building blocks — sketch-to-render, virtual try-on, jewelry / glasses compositing, body measurement extraction, image-to-3D, AR viewer publishing, upscaling — as native tools, all called by name from chat.
Quick install
You'll need an API key. Sign up at platform.lunaarvision.com → API Keys → New key and copy the lk_live_… value once.
Claude Desktop / Claude Code
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) — or the equivalent on Windows / Linux:
{
"mcpServers": {
"lunaar": {
"command": "npx",
"args": ["-y", "@lunaar/mcp-server"],
"env": {
"LUNAAR_API_KEY": "lk_live_REPLACE_ME"
}
}
}
}
Cursor
~/.cursor/mcp.json (or Settings → Features → Model Context Protocol):
{
"mcpServers": {
"lunaar": {
"command": "npx",
"args": ["-y", "@lunaar/mcp-server"],
"env": { "LUNAAR_API_KEY": "lk_live_REPLACE_ME" }
}
}
}
Windsurf
~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"lunaar": {
"command": "npx",
"args": ["-y", "@lunaar/mcp-server"],
"env": { "LUNAAR_API_KEY": "lk_live_REPLACE_ME" }
}
}
}
Restart the host after editing config. The Lunaar tools should appear in the tool picker / /mcp list.
Tools exposed
| Tool | Use it for | Cost |
|---|---|---|
lunaar_sketch_to_render |
Convert an interior / exterior / kitchen sketch to a photoreal render. | 15 credits |
lunaar_studio_tryon |
Virtual try-on. Modes: single_item, combo, layer, summer. |
10-15 credits |
lunaar_studio_poses |
Generate alternate-pose variants (Front / Side45 / Side90 / Back) of a previously rendered Studio item. | 10 / pose |
lunaar_jewelry_tryon |
Composite a jewelry product onto a model or display surface. 4 display modes. | 10-15 credits |
lunaar_glasses_tryon |
Drop a pair of glasses onto a face with anatomy-aware fit. | 10 credits |
lunaar_body_estimation |
Pull anatomical measurements from a single full-body photo. | 10 credits |
lunaar_image_to_3d |
Generate a GLB 3D model + spinning preview video from a product photo. | 20 credits |
lunaar_model_to_ar |
Upload an existing GLB / USDZ and get a public AR-viewer URL. | 5 credits |
lunaar_upscale |
Re-render a previously completed /v1/ai/* operation at higher resolution. |
5 credits |
lunaar_get_operation |
Inspect any operation by id (use this when a long-running tool times out before the AI finishes). | free |
lunaar_list_operations |
Recent operations for the current API key, with status and credit usage. | free |
How long-running operations are handled
Most calls reach Completed within 30-90 seconds and the tool returns the final asset URL inline. For Image-to-3D (~3 minutes) the wrapper polls up to 4 minutes; if the host's tool-execution budget is shorter and the operation hasn't finished, the tool returns the operationId and the model can call lunaar_get_operation to pick the result up later.
Failed runs surface the user-friendly error message (Turkish, by design — same string Lunaar's product UI shows end users) and the credit refund total.
Configuration
| Env var | Required | Default | Notes |
|---|---|---|---|
LUNAAR_API_KEY |
yes | — | Your lk_live_… key. Always set via the host config's env block — never commit. |
LUNAAR_BASE_URL |
no | https://api.lunaarvision.com |
Override only for staging or self-hosted gateway environments. |
Development
git clone https://github.com/Group-Taiga/lunaar-mcp-server.git
cd lunaar-mcp-server
npm install
npm run build
LUNAAR_API_KEY=lk_live_... node dist/index.js
npm run dev re-compiles on save. To test the binary against an MCP host locally, point the host config at the absolute path of the built dist/index.js.
License
MIT — see LICENSE.
Установить @Lunaar/ Server в Claude Desktop, Claude Code, Cursor
unyly install lunaar-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add lunaar-mcp-server -- npx -y @lunaar/mcp-serverFAQ
@Lunaar/ Server MCP бесплатный?
Да, @Lunaar/ Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Lunaar/ Server?
Нет, @Lunaar/ Server работает без API-ключей и переменных окружения.
@Lunaar/ Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Lunaar/ Server в Claude Desktop, Claude Code или Cursor?
Открой @Lunaar/ Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare @Lunaar/ Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
