Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Nanostudio

FreeNot checked

MCP server for Nano Studio Pro — AI product photography: generate, restyle, cut out, and search product images

GitHubEmbed

About

MCP server for Nano Studio Pro — AI product photography: generate, restyle, cut out, and search product images

README

Connect AI agents to Nano Studio Pro, an AI product-photography studio: generate, restyle, cut out, upscale, animate, import, and search product images, organized into projects.

The server itself is hosted — there is nothing to build or run from this repository. This repo carries the install manifests and pointers.

Remote server (recommended)

Endpoint: https://nanostudiopro.com/api/mcp — Streamable HTTP with OAuth 2.1 (dynamic client registration). OAuth-capable hosts open a browser approval on first use; you choose the permissions and an optional daily credit cap. No keys to copy.

Claude Code

claude mcp add --transport http --scope user nanostudio https://nanostudiopro.com/api/mcp

claude.ai / Claude Desktop — Settings → Connectors → Add custom connector, paste https://nanostudiopro.com/api/mcp as the server URL.

CursorAdd to Cursor (one-click), or add https://nanostudiopro.com/api/mcp as a Streamable HTTP server in MCP settings.

Gemini CLI

gemini extensions install https://github.com/spaceshiplabs1/nanostudio-mcp

Any other MCP host — connect to the URL above. Hosts without OAuth can send a personal access token instead: create one at Settings → API Tokens and pass Authorization: Bearer sk_sf_live_....

Local stdio server

The nsp CLI bundles the same tools plus local-filesystem support (save results to disk, upload local files):

curl -fsSL https://nanostudiopro.com/cli/nsp -o /usr/local/bin/nsp && chmod +x /usr/local/bin/nsp
claude mcp add --scope user nanostudio nsp mcp

Signed out? Fine — the first tool call starts a browser sign-in (device flow) and hands the approval link to the agent. Approve, retry, done.

What the tools do

31 tools. Highlights:

  • generate_image, restyle, expand_image, upscale_image — create and transform product imagery (these cost credits; get_pricing tells you how much).
  • cutout / get_cutout — background removal and layer extraction.
  • scan_image / get_detections — free detection scans: what items, colors, and regions are in any image.
  • generate_video / get_video — animate a product shot.
  • search — detection-aware search across everything you have made or imported (text, color, similarity, browse). Search before regenerating.
  • import_image / upload_asset — bring existing artwork in; every import is scanned and becomes searchable.
  • Projects, assets, favorites, tasks, credits — the bookkeeping around it.

The full tool table with parameters lives at nanostudiopro.com/docs/mcp.

Support

from github.com/spaceshiplabs1/nanostudio-mcp

Installing Nanostudio

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/spaceshiplabs1/nanostudio-mcp

FAQ

Is Nanostudio MCP free?

Yes, Nanostudio MCP is free — one-click install via Unyly at no cost.

Does Nanostudio need an API key?

No, Nanostudio runs without API keys or environment variables.

Is Nanostudio hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Nanostudio in Claude Desktop, Claude Code or Cursor?

Open Nanostudio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Nanostudio with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs