AppNiche MCP Server
Provides tools for iOS App Store market research, including app search, detail retrieval with revenue/download estimates, keyword difficulty scoring, and review sentiment analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AppNiche MCP ServerSearch for top fitness apps by revenue"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AppNiche MCP Server
Open-source Model Context Protocol server for iOS App Store market research with AppNiche. It gives Claude, Cursor, Codex, and other MCP clients four read-only tools for app discovery, directional revenue and download estimates, ASO keyword research, and review analysis.
This repository runs a local stdio bridge to the AppNiche REST API. AppNiche also provides a hosted Streamable HTTP MCP endpoint if your client supports remote servers directly.
Tools
Tool | What it does | Credits |
| Search and filter iOS apps by keyword, category, rating, reviews, downloads, revenue, and sort order. | 1 |
| Get metadata, ratings, and directional revenue and download estimates for one app. | 1 |
| Score one iOS App Store keyword for difficulty and opportunity. | 10 |
| Fetch enriched review rows with sentiment and topic signals. | 1 |
All tools are read-only and marked with MCP read-only annotations.
Related MCP server: mcp-store-scraper
Requirements
Node.js 18 or newer.
An AppNiche API key from Settings > API Keys.
API and MCP access use the same credit pool. Current limits, pricing, and error behavior are documented in the API quickstart. Never commit an API key to source control.
Quick start
Run directly from GitHub with npx:
{
"mcpServers": {
"appniche": {
"command": "npx",
"args": ["-y", "github:skiffer/appniche-mcp-server"],
"env": {
"APPNICHE_API_KEY": "getappniche_replace_me"
}
}
}
}Or clone and build locally:
git clone https://github.com/skiffer/appniche-mcp-server.git
cd appniche-mcp-server
npm ci
npm run build
APPNICHE_API_KEY=getappniche_replace_me node dist/index.jsFor a local clone, point your MCP client to node with the absolute path to dist/index.js and
set APPNICHE_API_KEY in the server environment.
Docker is also supported:
docker build -t appniche-mcp-server .
docker run --rm -i \
-e APPNICHE_API_KEY=getappniche_replace_me \
appniche-mcp-serverKeep stdin open with -i; stdio carries the MCP JSON-RPC connection.
Hosted MCP alternative
Clients that support Streamable HTTP can use the hosted server without installing this bridge:
URL: https://api.getappniche.com/mcp
Authorization: Bearer YOUR_API_KEYExact setup snippets for Claude Code, Claude Desktop, Cursor, and generic MCP clients are in the AppNiche MCP setup guide.
Development
npm install
npm testnpm test compiles the TypeScript project, tests API request and error behavior, starts the
server over stdio, and verifies the published tool list. CI also builds the production Docker
image.
Data caveats
Revenue and download values are modeled estimates derived from public App Store signals. Treat them as directional market intelligence, not accounting data. AppNiche currently covers the Apple App Store; this server does not claim Google Play coverage.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skiffer/appniche-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server