Appstore Mcp Server
@drewster99
About Appstore Mcp Server
Searches and scrapes the app store. Research apps, rankings, keywords, and dump detailed app metadata. Great if you want to compare other apps to your own. FYI, the project is also a CLI for macOS.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"appstore-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"appstore-mcp-server"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Appstore Mcp Server?
An MCP server for searching the App Store, checking keyword rankings, analyzing competition, and tracking trends. It is powered by a native macOS binary and also works as a standalone CLI tool. Designed for developers and App Store optimization (ASO) professionals.
How to use Appstore Mcp Server?
Install via uvx appstore-mcp-server (recommended), pip install appstore-mcp-server, or download the binary from GitHub Releases. Run without --mcp for interactive CLI use, or with --mcp to start the MCP server over stdio. Configure MCP clients like Claude Code or Claude Desktop using the stdio transport.
Key features of Appstore Mcp Server
- Search App Store with iTunes Search API or MZStore API for ranked results.
- Look up apps by ID, bundle ID, or App Store URL.
- Retrieve current top charts (free, paid, grossing, new).
- Check an app’s keyword ranking across auto‑generated keywords.
- Analyze keyword competitiveness with a score (0–100).
- Find an app’s competitors via overlapping search results.
- Compare competitiveness across multiple keywords.
- Discover trending categories from new chart entries.
- Guided prompts for competitive analysis and market research.
Use cases of Appstore Mcp Server
- Monitor an app’s ranking for key search terms across different storefronts.
- Research competitors and evaluate keyword opportunities.
- Track trending categories and emerging market gaps.
- Automate App Store data extraction for ASO analysis.
FAQ from Appstore Mcp Server
What are the system requirements?
macOS 26+ on Apple Silicon. No other dependencies.
How do I install Appstore Mcp Server?
Three options: uvx appstore-mcp-server (recommended, no persistent install), pip install appstore-mcp-server, or download the native binary from GitHub Releases.
What is the difference between search and scrape?
search uses the iTunes Search API; scrape uses the MZStore API and returns results in actual App Store ranked order.
Can I use Appstore Mcp Server outside of MCP clients?
Yes. Run the binary without --mcp to use the full CLI with commands like search, lookup, analyze, top, ranks, etc.
Which App Store regions are supported?
All regions via the --storefront option (two‑letter country code). List available storefronts with appstore list storefronts.
Frequently asked questions
What are the system requirements?
macOS 26+ on Apple Silicon. No other dependencies.
How do I install Appstore Mcp Server?
Three options: `uvx appstore-mcp-server` (recommended, no persistent install), `pip install appstore-mcp-server`, or download the native binary from GitHub Releases.
What is the difference between `search` and `scrape`?
`search` uses the iTunes Search API; `scrape` uses the MZStore API and returns results in actual App Store ranked order.
Can I use Appstore Mcp Server outside of MCP clients?
Yes. Run the binary without `--mcp` to use the full CLI with commands like `search`, `lookup`, `analyze`, `top`, `ranks`, etc.
Which App Store regions are supported?
All regions via the `--storefront` option (two‑letter country code). List available storefronts with `appstore list storefronts`.
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments