Keyword research
Explore App Store keyword ideas, popularity context, and long-tail opportunities before shipping metadata changes.
LOCAL-FIRST APP STORE OPTIMIZATION
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 Explore App Store keyword ideas, popularity context, and long-tail opportunities before shipping metadata changes.
Review rankings, difficulty signals, and brand context in a local dashboard instead of a hosted SaaS workflow.
Use aso-mcp for agent workflows or pipe
aso keywords ... --stdout into your own scripts.
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.
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"
}
}
}
No. The dashboard runs locally via CLI, keeping your workflow local-first.
You need Apple Search Ads setup and linked App Store Connect access for keyword popularity and enrichment.
Yes. ASO CLI is free and open source under the MIT License.
Yes. You can use MCP via aso-mcp or build your own automation using aso keywords output modes inside custom apps and scripts.
See setup and troubleshooting and release notes .