Install as a one-click bundle (.mcpb) — easiest
The server ships as an MCPB bundle: a single
.mcpb file Claude Desktop installs with one click — no terminal, no JSON to edit.
- Build it (see Packaging the bundle) or grab a prebuilt
spelling-creator-hub.mcpb. - Open the file with Claude Desktop. It shows an install dialog and asks for your Supabase refresh token (stored securely in your OS keychain) and, optionally, the hub API URL.
- Get a refresh token by running
pnpm --filter @spelling-creator/mcp login(it prints where the session is saved — therefresh_tokenis in that file), or copyrefresh_tokenfrom the web app'ssb-…-auth-tokenlocalStorage entry. You also need a display name set on your account (do it once in the web app) or publishing is rejected.
That's it — the bundle carries Node.js dependencies and the manifest declares the config, so Claude Desktop injects your token and launches the server for you.