Mobile Release MCP Integration with HyperRelease
Use HyperRelease MCP tools from any compatible agent client to manage iOS and Android releases programmatically.
HyperRelease hosts an MCP server at https://api.hyperrelease.com/mcp with six tools for mobile release management. Any MCP-compatible client — Cursor, Claude Desktop, Codex, VS Code — can call them with a team API token.
Available MCP tools
| Tool | Use |
|---|---|
list_projects | Find the project ID for your app |
list_releases | See draft, ready, and published releases |
get_release | Read platform statuses and copy completeness |
create_release | Start a new version |
update_platform_status | Move iOS or Android through Draft → Ready → Published |
update_platform_languages | Patch localized store fields per locale |
Authentication
Same bearer token as the REST API (Authorization: Bearer hr_live_...). Requires Pro or Rocket with an active subscription. Token creation is Admin-only.
REST alternative
Prefer scripts or custom agents? The full API under /api/v1/* mirrors the same operations with standard HTTP verbs.
In summary
MCP turns HyperRelease into the release backend your AI agent calls — without building a custom integration from scratch.
Read more
API routes
HyperRelease documentation
Next article
Multi-platform release strategy
Publish on iOS, Android, Web, and Backend — strategies and coordination.