Applyra for VS Code
io.applyra/mcp-server
App Store Optimization data for AI agents: keyword ranks, scores, competitors, charts
client:VS Code
transport:stdio
runtime:npm
Install Applyra in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "applyra-api-key",
"description": "APPLYRA_API_KEY",
"password": true
}
],
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@applyra/mcp-server"
],
"env": {
"APPLYRA_API_KEY": "${input:applyra-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs