ASO CLI icon ASO CLI

LOCAL-FIRST APP STORE OPTIMIZATION

App Store Optimization research and automation with CLI and MCP.

ASO CLI is a local-first App Store Optimization tool for keyword research, keyword evaluation, and automation. Run ASO workflows in terminal, inspect results in a local dashboard, and plug the same pipeline into agents with aso-mcp.

npm install -g aso-cli
- View on GitHub

What ASO CLI helps you evaluate

Keyword research

Explore App Store keyword ideas, popularity context, and long-tail opportunities before shipping metadata changes.

Local analysis

Review rankings, difficulty signals, and brand context in a local dashboard instead of a hosted SaaS workflow.

Automation

Use aso-mcp for agent workflows or pipe aso keywords ... --stdout into your own scripts.

Local dashboard for App Store Optimization workflows

The website stays focused on discovery. The workflow stays in your local CLI and local dashboard runtime, where you can inspect keyword results without handing the project over to a hosted dashboard.

ASO CLI local dashboard screenshot

MCP for agent-driven ASO automation

Use aso-mcp when you want agent-driven app store optimization automation. It runs the same CLI research pipeline with machine-readable results so tools and agents can evaluate keywords with the same local-first flow.

{
  "mcpServers": {
    "aso": {
      "command": "aso-mcp"
    }
  }
}
ASO MCP workflow screenshot

FAQ

Is this a hosted ASO dashboard?

No. The dashboard runs locally via CLI, keeping your workflow local-first.

What is required before running ASO commands?

You need Apple Search Ads setup and linked App Store Connect access for keyword popularity and enrichment.

Is ASO CLI free and open source?

Yes. ASO CLI is free and open source under the MIT License.

Can I automate workflows beyond MCP?

Yes. You can use MCP via aso-mcp or build your own automation using aso keywords output modes inside custom apps and scripts.