AppNiche MCP Server
Open-source Model Context Protocol server for iOS App Store market research with four read-only tools for app discovery, revenue/download estimates, ASO keyword research, and review analysis.
README
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_apps |
Search and filter iOS apps by keyword, category, rating, reviews, downloads, revenue, and sort order. | 1 |
get_app_detail |
Get metadata, ratings, and directional revenue and download estimates for one app. | 1 |
get_keyword_difficulty |
Score one iOS App Store keyword for difficulty and opportunity. | 10 |
get_app_reviews |
Fetch enriched review rows with sentiment and topic signals. | 1 |
All tools are read-only and marked with MCP read-only annotations.
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.js
For 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-server
Keep 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_KEY
Exact setup snippets for Claude Code, Claude Desktop, Cursor, and generic MCP clients are in the AppNiche MCP setup guide.
Development
npm install
npm test
npm 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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。