---
title: "webengine-mobile"
description: "Observe and interact with live Android/iOS apps via WebEngine MCP (Appium): snapshot, tap/type/swipe, then generate mobile UI code."
canonical: https://agentpluginsdirectory.com/plugins/webengine-mobile
last-updated: 2026-09-11
---

# webengine-mobile
Observe and interact with live Android/iOS apps via WebEngine MCP (Appium): snapshot, tap/type/swipe, then generate mobile UI code.
- Slug: webengine-mobile
- Publisher: AXA France
- Repository: https://github.com/AxaFrance/webengine-dotnet
- Manifest: plugins/webengine-mobile/plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): other
- Skills: 2 (webengine-mobile, webengine-scaffold)
- MCP servers: 1 (webengine-mobile)
- Stars: 7
- Repository created: 2022-09-30
- Repository last pushed: 2026-09-09
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/webengine-mobile
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What webengine-mobile does, in the publisher's words

Interactive gate between coding agents and a live Android/iOS app. Bundles skills + MCP server for VS Code/Copilot (Agent Plugins 1.0) and Codex in one folder.

Prerequisites:.NET 10 + AxaFrance.WebEngine.Mcp on NuGet (see web plugin README for publish) + Appium server (default http://localhost:4723).

- Chat: Install Plugin From Source → https://github.com/AxaFrance/webengine-dotnet (or marketplace / chat.pluginLocations for a local clone).
- Enable the plugin; its MCP server starts automatically.
- Verify: webengine-mobile in MCP: List Servers, skills in Chat: Configure Skills.

Manual: copy skills/webengine-mobile (+ skills/webengine-scaffold) to.github/skills/, and mcp.json into.vscode/mcp.json.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/AxaFrance/webengine-dotnet/HEAD/plugins/webengine-mobile/README.md

## Skills

- webengine-mobile: Inspect and interact with live mobile apps via WebEngine MCP (Appium). Use when the user asks to observe an Android/iOS screen, tap/type/swipe, debug an app, or generate mobile UI code (Appium, WebEngine MobileApp C#).
- webengine-scaffold: Scaffold a UI automation solution with WebEngine (C#) or a generic stack. Use when the user asks to create a test project, choose gherkin/unit/keyword/data-driven, install packages, or structure PageModels/Actions/TestCases.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- webengine-mobile: transport: stdio; command: dnx AxaFrance.WebEngine.Mcp --profile mobile --transport stdio

Read from the plugin's own mcp.json. Environment variable names only, never values.
