What is the App Store Trends API MCP server?
App downloads and chart ranking trends for iOS and Android. Free key at trendsapi.ai
How to install App Store Trends API
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer token. Get your free API key at https://trendsapi.ai
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"app-store": {
"url": "https://app-store.api.trendsapi.ai/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"app-store": {
"serverUrl": "https://app-store.api.trendsapi.ai/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"app-store": {
"type": "http",
"url": "https://app-store.api.trendsapi.ai/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"app-store": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app-store.api.trendsapi.ai/mcp"
]
}
}
}Claude Code
claude mcp add --transport http app-store https://app-store.api.trendsapi.ai/mcpRelated MCP servers
TikTok Trends API
Active
TikTok hashtag volume over time, with growth for any hashtag. Free key at trendsapi.ai
1
View repository →Python
MIT
Amazon Trends API
Active
Amazon product search volume and best-seller trends. Free key at trendsapi.ai
0
View repository →Python
MIT
Competitor Tracking API
Active
Track competitor brand demand across search, social and news. Free key at trendsapi.ai
0
View repository →MIT
Content Strategy API
Active
Find rising topics before they peak across search and social. Free key at trendsapi.ai
0
View repository →MIT
Crypto Trends API
Active
Track crypto token and narrative attention across platforms. Free key at trendsapi.ai
0
View repository →MIT
Ecommerce Trends API
Active
Product and category demand signals across Amazon and social. Free key at trendsapi.ai
0
View repository →MIT