Odel
Lumi App Finder

Lumi App Finder

Local
@alice51849HTMLMITUpdated 1w ago

Find Lumi Studio iOS apps by task across all 50 Apple locales, with direct App Store links.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

MCP Bundlehttps://github.com/alice51849/lumi-mcp/releases/download/v1.3.0/lumi-app-finder.mcpbv1.3.0

Distributed as an MCP bundle (`https://github.com/alice51849/lumi-mcp/releases/download/v1.3.0/lumi-app-finder.mcpb`) — download it and import the bundle in your MCP client.

Dockerghcr.io/alice51849/lumi-app-finder:1.3.0

Run

docker run -i --rm ghcr.io/alice51849/lumi-app-finder:1.3.0

MCP client config

{
  "mcpServers": {
    "lumi-app-finder": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/alice51849/lumi-app-finder:1.3.0"
      ]
    }
  }
}