Skip to main content
ClaudeWave

Privacy-preserving MCP app finder for 29 live Lumi Studio iOS apps across all 50 Apple locales.

Awesome ListsRegistry oficial0 estrellas0 forksHTMLMITActualizado yesterday
Use this list
Method: Clone
Terminal
git clone https://github.com/alice51849/lumi-mcp
1. Browse the curated list on GitHub or clone it locally.
2. Star it to keep new additions on your radar.
Casos de uso

Resumen de Awesome Lists

# Lumi App Finder MCP

Lumi App Finder gives AI assistants one read-only tool for matching a user's
task or buyer need to a verified live Lumi Studio iOS app.

It covers **29 apps × all 50 Apple locales**. Every result includes
editorially localized context, the purchase model, a detailed guide, and a
direct App Store link for the matching storefront.

Hosts that support the stable MCP Apps extension render the matches as
interactive, localized cards with one-click App Store and guide actions.
Other hosts receive the same complete text and structured-data fallback.

> **First-party disclosure:** Lumi Studio develops every listed app. Results
> are transparent publisher-authored text matches, not measured search volume,
> independent rankings, reviews, or user endorsements.

## Agent Skill

AI hosts that support the open Agent Skills specification can install the same
50-locale, first-party catalog as an offline, progressively loaded skill:

```bash
gh skill install alice51849/lumi-mcp lumi-app-finder@v1.1.3 --scope user
```

GitHub CLI 2.90 or newer installs to GitHub Copilot by default. Add
`--agent claude-code`, `--agent cursor`, `--agent codex`, or
`--agent gemini-cli` for another supported host. The installed skill reads only
the requested locale's 29-record snapshot and requires no account, API key,
network request, or executable script at runtime.

The version-pinned skill also works with the Vercel Skills CLI and its supported
agents:

```bash
npx -y skills@1.5.19 add https://github.com/alice51849/lumi-mcp/tree/v1.1.3/skills/lumi-app-finder --skill lumi-app-finder -g -y
```

The third-party installer reports anonymous installation telemetry by default
under the [skills.sh CLI policy](https://skills.sh/docs/cli). The installed Lumi
App Finder skill itself remains offline and contains no analytics.

The public skill is discoverable on its
[skills.sh directory page](https://www.skills.sh/alice51849/lumi-mcp/lumi-app-finder),
which reads the same first-party `SKILL.md` from this repository.

Lumi App Finder is also listed in the independently maintained
[Awesome Skills directory](https://github.com/intellectronica/awesome-skills/blob/main/skills.yaml),
which links to the immutable `v1.1.3` skill files.

## Tool

### `find_ios_apps`

Inputs:

- `query` — task, app name, or buyer need in any supported language.
- `locale` — one of Apple's 50 supported locale codes; defaults to `en-US`.
- `limit` — 1–10 matches; defaults to 5.

The server reads the current public catalog when online and falls back to the
bundled 1,450-record snapshot. User query text never leaves the local MCP
process.

## Install

Find `io.github.alice51849/lumi-app-finder` in clients or registries that use
the official MCP Registry, or use a version-pinned installer:

[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_MCP_Server-0098FF?logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522lumi-app-finder%2522%252C%2522type%2522%253A%2522stdio%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522https%253A%252F%252Fgithub.com%252Falice51849%252Flumi-mcp%252Freleases%252Fdownload%252Fv1.1.3%252Flumi-app-finder-npx.tgz%2522%255D%257D)
[![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=lumi-app-finder&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImh0dHBzOi8vZ2l0aHViLmNvbS9hbGljZTUxODQ5L2x1bWktbWNwL3JlbGVhc2VzL2Rvd25sb2FkL3YxLjEuMy9sdW1pLWFwcC1maW5kZXItbnB4LnRneiJdfQ%3D%3D)
[![Download for Claude Desktop](https://img.shields.io/badge/Claude_Desktop-Download_MCPB-D97757)](https://github.com/alice51849/lumi-mcp/releases/latest/download/lumi-app-finder.mcpb)

The VS Code and Cursor links run the zero-dependency server from the pinned
public `v1.1.3` GitHub release through `npx`; Node.js 20 or newer is required.
The same pinned configuration can be added manually:

```json
{
  "servers": {
    "lumi-app-finder": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/alice51849/lumi-mcp/releases/download/v1.1.3/lumi-app-finder-npx.tgz"
      ]
    }
  }
}
```

The MCPB uses Node's stdio transport and needs no account, API key, external UI
runtime, or manual configuration.

For Cline, use the exact configuration and verification steps in
[llms-install.md](https://github.com/alice51849/lumi-mcp/blob/main/llms-install.md).

## 50-locale coverage

`ar-SA`, `bn-BD`, `ca`, `cs`, `da`, `de-DE`, `el`, `en-AU`, `en-CA`,
`en-GB`, `en-US`, `es-ES`, `es-MX`, `fi`, `fr-CA`, `fr-FR`, `gu-IN`, `he`,
`hi`, `hr`, `hu`, `id`, `it`, `ja`, `kn-IN`, `ko`, `ml-IN`, `mr-IN`, `ms`,
`nl-NL`, `no`, `or-IN`, `pa-IN`, `pl`, `pt-BR`, `pt-PT`, `ro`, `ru`, `sk`,
`sl-SI`, `sv`, `ta-IN`, `te-IN`, `th`, `tr`, `uk`, `ur-PK`, `vi`,
`zh-Hans`, `zh-Hant`.

MCPB display metadata and the catalog output both use these localized
resources.

## Development

```bash
npm ci
npm run build:ui
npm run build:skill
npm test
npm run validate
npm run pack:mcpb
```

Refresh the bundled catalog and 50 locale resources from the public
`ios-app-guide` source:

```bash
npm run sync:catalog
```

Version tags publish the bundle as a GitHub release and register it through
GitHub OIDC, without long-lived registry credentials.

## Privacy

See [PRIVACY.md](./PRIVACY.md). The tool has no analytics or tracking, and
never sends user queries to the catalog host.

## Security

Report vulnerabilities privately through the
[security policy](./SECURITY.md), not through a public issue.

## License

MIT. Third-party language-data notices are in
[THIRD_PARTY_NOTICES.txt](./THIRD_PARTY_NOTICES.txt); bundled MCP App library
licenses are in [MCP_APP_NOTICES.txt](./MCP_APP_NOTICES.txt).
agent-skillsai-assistantai-skillsapp-discoveryapp-finderapp-storeclaude-code-skillsiosios-appsipad-appsiphone-appslocalizationmcpmcp-registrymcp-servermcp-skillsmultilingualprivacy-first

Lo que la gente pregunta sobre lumi-mcp

¿Qué es alice51849/lumi-mcp?

+

alice51849/lumi-mcp es awesome lists para el ecosistema de Claude AI. Privacy-preserving MCP app finder for 29 live Lumi Studio iOS apps across all 50 Apple locales. Tiene 0 estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala lumi-mcp?

+

Puedes instalar lumi-mcp clonando el repositorio (https://github.com/alice51849/lumi-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar alice51849/lumi-mcp?

+

alice51849/lumi-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene alice51849/lumi-mcp?

+

alice51849/lumi-mcp es mantenido por alice51849. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.

¿Hay alternativas a lumi-mcp?

+

Sí. En ClaudeWave puedes explorar awesome lists similares en /categories/awesome, ordenados por popularidad o actividad reciente.

Despliega lumi-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: alice51849/lumi-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/alice51849-lumi-mcp)](https://claudewave.com/repo/alice51849-lumi-mcp)
<a href="https://claudewave.com/repo/alice51849-lumi-mcp"><img src="https://claudewave.com/api/badge/alice51849-lumi-mcp" alt="Featured on ClaudeWave: alice51849/lumi-mcp" width="320" height="64" /></a>

Más Awesome Lists

Alternativas a lumi-mcp