loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

apkdl-mcp

MCP Tool

galimru/apkdl-mcp

MCP server for searching and downloading Android APKs from Google Play.

Install

$ npx loaditout add galimru/apkdl-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "apkdl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apkdl-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<div align="center">

MCP server for searching and downloading Android APKs from Google Play

*Ask your AI assistant to find or download any Android app — no Google account required*

<p> </p>

</div>

---

Connect your AI assistant to Google Play. Search for apps, inspect metadata, list available splits, or download APKs — all through natural conversation. Uses anonymous authentication via the Aurora Store token dispenser; no Google account needed.

Quick Start

1. Install

curl -sSL https://galimru.github.io/apkdl-mcp/install.sh | sh

Or download a binary from the releases page.

2. Connect to Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apkdl": {
      "command": "/path/to/apkdl-mcp"
    }
  }
}

On first run the server fetches an anonymous auth token and caches it to ~/.config/apkdl-mcp/. Subsequent starts reuse the cached token and only refresh when it expires (~50 minutes).

Tools

| Tool | What it does | |------|--------------| | search_apps | Search Google Play by keyword — returns package names, titles, developers | | get_app_info | Get metadata for a specific app: version, developer, rating, Play Store URL | | list_splits | List available split APK names for an app | | download_apk | Download base APK, splits, and OBB files to a local directory |

Configuration

Config file

~/.config/apkdl-mcp/config.json is created on first run with defaults:

{
  "default_arch": "arm64",
  "output_dir": ".",
  "dispenser_url": ""
}

| Field | Default | Description | |-------

Tags

mcp-server

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/galimru/apkdl-mcp)](https://loaditout.ai/skills/galimru/apkdl-mcp)