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).
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.
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"
]
}
}
}