Cursor Marketplace plugins for the Mobilerun cloud platform.
- mobilerun — control Android device fleets, phone numbers, eSIMs, apps, and automation workflows via the Mobilerun MCP server (remote, OAuth).
.cursor-plugin/marketplace.json marketplace manifest (lists the plugins below)
plugins/<name>/ one folder per plugin
scripts/validate-template.mjs structural validator (run before committing)
See docs/add-a-plugin.md. In short: create
plugins/<name>/ with a .cursor-plugin/plugin.json, add its components (mcp.json,
rules/, skills/, …), and register it in .cursor-plugin/marketplace.json.
node scripts/validate-template.mjsFix all reported errors before committing. CI runs the same check on every pull request.
Plugins are submitted at https://cursor.com/marketplace/publish (Cursor team contact:
Slack or kniparko@anysphere.com).