This is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store – perfect for ASO.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-appstore": {
"command": "npx",
"args": [
"-y",
"appreply-co/mcp-appstore"
]
}
}
}
Run in terminal:
claude mcp add mcp-appstore npx -y appreply-co/mcp-appstore
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-appstore": {
"command": "npx",
"args": [
"-y",
"appreply-co/mcp-appstore"
]
}
}
}