New Mobilerun VA is now in beta — a hosted 24/7 agent for mobile automation
Integration · n8n

The official n8n community node.

The official mobilerun community node for n8n. Run tasks on real phones, manage devices, store app credentials, and receive webhook events — all from your n8n workflows. Two nodes included: Mobilerun (action) and Mobilerun Trigger (webhook).

n8n triggerany node
MobilerunRun Task
Real deviceagent executes
Mobilerun Triggerwebhook event
Install

Install in one line.

A self-contained community node. No build step, no boilerplate.

terminal
npm install @droidrun/n8n-nodes-droidrun

Or install from the n8n UI: Settings → Community Nodes → Install.

Setup

Live in three steps.

01

Install the community node

In your n8n instance go to Settings > Community Nodes and install @droidrun/n8n-nodes-droidrun. Or install via CLI.

02

Add your API token

Create a Mobilerun API credential in n8n with your Bearer token from cloud.mobilerun.ai.

03

Add the node to a workflow

Drag the Mobilerun node into your workflow, pick a resource and operation, and connect it to any trigger.

Nodes

Two nodes, one package.

Action node

Mobilerun

Run tasks, manage devices, store credentials, and browse apps — 5 resources with 20+ operations.

Trigger node

Mobilerun Trigger

Webhook-based trigger that fires on task lifecycle events: created, running, paused, completed, failed, cancelled.

Reference

Every operation.

Five resources covering the full task lifecycle, devices, credentials, and the app store.

Manage Task
Run Task — Execute a task on a real device with LLM model selection, app targeting, VPN country, structured JSON output, and file attachments.
Run Task and Wait — Run a task and block until it completes, fails, or is cancelled. Configurable timeout (default 900s).
Stop Task — Terminate a running task immediately.
Inspect Task
Get Task — Retrieve full details of a task.
Get Task Status — Check the current status of a task.
Get Task Screenshot — Fetch a specific screenshot by index.
Get Task Screenshots — List all screenshots captured during a task.
Get Task Trajectory — Get the step-by-step action trajectory.
Get Task UI State / UI States — Retrieve accessibility-tree snapshots of device screens.
List Tasks — List all tasks you have created.
Device
List Devices — Paginated list with filtering by state, country, and sort order.
Get Device — Get details of a specific device.
Get Device Tasks — List tasks assigned to a device.
Wait for Device — Block until a device reaches the ready state.
Delete Device — Remove a device from your account.
Device Credential
Create / Add / Update / Delete — Manage per-app credentials (username, password, API tokens, 2FA secrets, phone numbers) stored securely on your devices.
List Credentials — List all credentials or filter by package name.
Appstore
List Apps — Browse available apps with pagination and search.
Capabilities

Built to chain.

Official community node

Purpose-built n8n node with native credential management, dynamic dropdowns for models, devices, and apps — no raw HTTP requests needed.

Webhook trigger node

The Mobilerun Trigger node subscribes to task lifecycle events (created, running, completed, failed, cancelled) via webhook — react instantly to task state changes.

Run Task and Wait

Execute a mobile task and hold the workflow until it finishes. Ideal for sequential pipelines that depend on the task result before continuing.

Structured JSON output

Define a JSON Schema for task results and get structured, typed data back — ready to pipe into downstream nodes without parsing.

Device & credential management

List, inspect, and manage devices directly from n8n. Store per-app credentials (logins, API tokens, 2FA) that persist across tasks.

LLM model selection

Choose the AI model per task — Claude Sonnet, Gemini, GPT-5, Qwen, and more. Dynamic dropdown loads available models from the API.

VPN country routing

Route device traffic through residential proxies in the US, Brazil, France, Germany, India, Japan, South Korea, or South Africa.

Chain with 400+ nodes

Combine mobilerun with Slack, Google Sheets, Airtable, OpenAI, databases, and hundreds more in a single visual workflow.

Use cases

Workflows to build.

Scrape mobile-only content on a schedule and push to Google Sheets
Monitor competitor app pricing and alert via Slack
Automate social media posting across multiple accounts
Run daily QA smoke tests and file GitHub issues on failure
Extract data from apps with no API and sync to your CRM

Add the node.
Ship the flow.

Drop your mobilerun API key into n8n and automate real devices from any workflow.