npx claudepluginhub omert11/app-store-mcp --plugin app-store-mcpAdd to your .mcp.json:
{
"mcpServers": {
"app-store-mcp": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv