Model Context Protocol

Ship iOS & Android builds from your AI assistant

The IPALinked MCP server connects Cursor, Claude and Copilot to IPALinked. Publish an .ipa or .apk and get an install link — or analyze a build — in plain language. Free, no account.

?
Quick answer

To ship a build from your AI editor: add the IPALinked MCP server (npx -y ipalinked-mcp) to Cursor, Claude or Copilot, then say “publish MyApp.ipa to IPALinked.” It uploads the build and returns a shareable install link with a QR code — free, no account, links expire in 7 days.

Get started in 2 steps

From install to your first AI-driven publish in under two minutes.

1

Add the MCP server (AI-native)

Since you're already in an AI editor, just paste:

Add the ipalinked-mcp server to my MCP config

Your assistant creates/updates the config for you. Then restart the editor.

2

Or add it manually

Drop this into your editor's MCP config (Cursor mcp.json, Claude Desktop config, VS Code .vscode/mcp.json):

{ "mcpServers": { "ipalinked": { "command": "npx", "args": ["-y", "ipalinked-mcp"] } } }

Supported: Cursor, VS Code (Copilot), Claude Desktop, Claude Code, Windsurf, Zed. Requires Node 18+.

Try these prompts

Talk to your assistant naturally — it picks the right tool.

“Publish ./build/MyApp.ipa to IPALinked and give me the install link”Uploads the IPA and returns a shareable OTA install URL
“Upload MyApp.apk with a password”Publishes a password-protected download link
“Analyze ./MyApp.ipa — is it ad-hoc or enterprise, and when does it expire?”Reads the build locally; nothing is uploaded
“Share this Android build with my tester”Returns a link + QR they can install from

Available tools

You don't need to memorize these — just prompt naturally.

ipalinked_publish

Upload an iOS (.ipa) or Android (.apk) build and get a shareable install link. Optional password.

ipalinked_analyze

Read a build's metadata locally — bundle/package id, version, SDK/OS, iOS provisioning type & expiry. Nothing uploaded.

Why IPALinked MCP

Stop context-switching — stay in your code and let the assistant handle distribution.

npx -y ipalinked-mcp

Free forever · no account or token · anonymous publish · 500MB · links expire in 7 days. For a signed iOS build to install over the air, it must be ad-hoc (with the device UDID) or enterprise-signed.