@applyra/mcp-server
Provides tools for tracking App Store keyword rankings, competitor visibility, autocomplete suggestions, top charts, and keyword analysis for iOS apps.
Mentions Windsurf (by Codeium) as one of the AI assistants this MCP server can connect to, but the server itself is for Applyra and the App Store/Google Play.
Mentions VS Code (GitHub Copilot) as one of the AI assistants this MCP server can connect to, but the server itself is for Applyra and the App Store/Google Play.
Provides tools for tracking Google Play keyword rankings, competitor visibility, autocomplete suggestions, top charts, and keyword analysis for Android apps.
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., "@@applyra/mcp-serverWhat are the top keywords for my app 'MyApp' on the App Store?"
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.
@applyra/mcp-server
MCP (Model Context Protocol) server for Applyra. It connects your App Store and Google Play keyword data to AI assistants like Claude, Cursor, VS Code Copilot, and more.
20 tools covering keyword rank tracking, difficulty and traffic scoring, competitor visibility, autocomplete mining, niche clustering, and top charts, on the App Store and Google Play.
Prerequisites
An Applyra account with the Unlimited plan
An API key, generated at applyra.io/dashboard/api
Related MCP server: AppRanks MCP Server
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Cursor
Add to .cursor/mcp.json or ~/.cursor/mcp.json:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}VS Code (GitHub Copilot)
Add to .vscode/mcp.json:
{
"servers": {
"applyra": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Claude Code
claude mcp add applyra -e APPLYRA_API_KEY=your_api_key -- npx -y @applyra/mcp-serverWindsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Available Tools
Tool | Description |
| List tracked apps with store metadata, ratings, and keyword count |
| Track a new application by its store bundle ID. Fetches store metadata and computes the initial visibility score |
| Tracked keywords with current rank, favorite flag, difficulty/traffic scores |
| Track up to 20 new keywords for an application in a single call |
| Stop tracking a keyword for an application (soft delete) |
| Mark or unmark a tracked keyword as favorite for a specific app |
| Deep-analyze any keyword: difficulty, traffic, KEI, top 20 apps, related keywords |
| Past keyword inspections with their scores |
| Fetch autocomplete suggestions from the App Store or Google Play |
| Past autocomplete queries |
| Cluster a niche topic into sub-niches with opportunity scores |
| Past niche analyses |
| Top apps chart for a store/country/category/collection, with daily rank movement |
| Categories and collections supported by |
| Daily rank evolution over a date range |
| Daily visibility score history for an app |
| Competitor pairs with side-by-side visibility scores |
| Add a competitor app to one of your applications by its store bundle ID |
| Remove a competitor relationship by its internal ID |
| Current usage vs. plan limits |
Learn more
Applyra: ASO for indie developers, with a permanent free plan
MCP setup guide (requires an account)
REST API documentation (requires an account)
License
MIT. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables access to Astro's App Store Optimization (ASO) database for analyzing app rankings, keyword trends, historical performance data, and app ratings. Provides comprehensive tools for tracking and comparing app store performance metrics through natural language queries.6128MIT
- Alicense-qualityDmaintenanceProvides live App Store rankings, charts, app details, reviews, and search across 55 countries, enabling AI assistants to query app store data.22MIT
- AlicenseBqualityCmaintenanceConnects Google Search Console to AI assistants, enabling SEO data analysis through natural language conversations.32MIT
- Alicense-qualityBmaintenanceConnects Google Search Console to AI assistants, enabling SEO data analysis via natural language conversations.MIT
Related MCP Connectors
ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android).
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
ASO analytics and App Store optimization tools for indie iOS developers and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/applyra-io/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server