MCP Appium Server (Rahulec08/appium-mcp) is an MCP server listed on the M8ven Trust Index. It scores 26 out of 100, grade F. It declares 110 tools. No publisher has claimed this listing.

F
Warning
26/100

MCP Appium Server

MCP SERVER for appium

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Rahulec08

Source: mcp.so

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — inspect-and-act (line 333: fs.mkdir(locatorsDir, { recursive: true }))
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes110 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

list-devices

List all connected Android devices

install-app

Install an Android application APK

uninstall-app

Uninstall an Android application

take-screenshot

Take a screenshot on an Android device

list-installed-packages

List all installed packages on an Android device

launch-app

Launch an app on an Android device

execute-adb-command

Execute a custom ADB command

extract-locators

Extract element locators from UI XML source

save-ui-hierarchy

Save UI hierarchy XML to a file

find-by-text

Generate XPath to find element by text

generate-test-script

Generate Appium test script from actions

inspect-and-act

Inspect UI to identify element locators and then perform an action

capture-ui-locators

Capture all UI elements and their locators for future use

initialize-appium

Initialize an Appium driver session for mobile automation

close-appium

Close the current Appium driver session

appium-screenshot

Take a screenshot using Appium

tap-element

Tap on a UI element identified by a selector

send-keys

Send text input to a UI element

get-page-source

Get the XML representation of the current UI

swipe

Perform a swipe gesture on the screen

wait-for-element

Wait for an element to be visible on screen

long-press

Perform a long press gesture on an element

scroll-to-element

Scroll until an element becomes visible

get-orientation

Get the current device orientation

set-orientation

Set the device orientation

hide-keyboard

Hide the keyboard if it's currently visible

get-current-package

Get the current active app package name

get-current-activity

Get the current Android activity name

launch-appium-app

Launch the app associated with the current Appium session

close-app

Close the app associated with the current Appium session

reset-app

Reset the app (terminate and relaunch) associated with the current Appium session

get-device-time

Get the current device time

lock-device

Lock the device screen

is-device-locked

Check if the device is currently locked

unlock-device

Unlock the device screen

press-key-code

Press an Android key code

open-notifications

Open the notifications panel (Android only)

get-contexts

Get all available contexts (NATIVE_APP, WEBVIEW, etc.)

switch-context

Switch between contexts (e.g., NATIVE_APP, WEBVIEW)

get-current-context

Get the current context

pull-file

Pull a file from the device

push-file

Push a file to the device

get-battery-info

Get the device battery information

element-exists

Check if an element exists on the current page

list-ios-simulators

Get list of available iOS simulators

find-by-ios-predicate

Find an element using iOS predicate string (iOS only)

find-by-ios-class-chain

Find an element using iOS class chain (iOS only)

tap-by-ios-predicate

Tap on an element using iOS predicate string (iOS only)

tap-by-ios-class-chain

Tap on an element using iOS class chain (iOS only)

send-keys-by-ios-predicate

Send text to an element using iOS predicate string (iOS only)

send-keys-by-ios-class-chain

Send text to an element using iOS class chain (iOS only)

perform-touch-id

Simulate Touch ID fingerprint (iOS only)

shake-device

Simulate shake gesture (iOS only)

start-recording

Start recording the screen

stop-recording

Stop recording the screen and get the recording data

execute-mobile-command

Execute a custom mobile command for iOS or Android

get-element-text

Get text content from a UI element

send-keys-to-device

Send keys directly to the device without focusing on any element

send-key-event

Send a key event to the device (e.g., HOME, BACK)

clear-element

Clear text from an input element

scroll-screen

Scroll the screen in a specified direction

get-element-attributes

Get all available attributes of an element

inspect-element

Get detailed information about an element (for debugging)

get-element-tree

Get a hierarchical view of the UI elements (similar to Appium Inspector)

has-text-in-screen

Check if specific text exists anywhere on the current screen

find-elements-by-text

Find all elements containing specific text

tap-element-by-text

Tap on an element containing specific text

generate-element-locators

Generate multiple types of locators for an element

perform-element-action

Perform a specific action on an element using various locator strategies

smart-tap

Intelligently tap an element trying different locator strategies in a specific order

inspect-and-tap

Inspect an element using one locator, then tap using the best available locator

perform-w3c-gesture

Perform touch gestures using the W3C Actions API (more reliable than TouchAction API)

xcode_check_cli_installed

Check if Xcode command line tools are installed

xcode_get_path

Get the path to the Xcode installation

xcode_install_cli

Install Xcode command line tools (requires user interaction)

xcode_get_ios_simulators

Get a list of available iOS simulators

xcode_boot_simulator

Boot an iOS simulator

xcode_shutdown_simulator

Shutdown an iOS simulator

xcode_create_simulator

Create a new iOS simulator

xcode_delete_simulator

Delete an iOS simulator

xcode_erase_simulator

Erase all data from a simulator

xcode_get_simulator_status

Get the status of all simulators

xcode_get_simulator_info

Get detailed information about a specific simulator

xcode_wait_for_simulator

Wait for a simulator to be ready

xcode_install_app

Install an app on a simulator

xcode_uninstall_app

Uninstall an app from a simulator

xcode_launch_app

Launch an app on a simulator

xcode_terminate_app

Terminate an app on a simulator

xcode_list_installed_apps

List all installed apps on a simulator

xcode_take_screenshot

Take a screenshot of a simulator

xcode_record_video

Start recording video of a simulator (returns process info)

xcode_add_media_to_simulator

Add photos/videos to a simulator

xcode_copy_to_simulator

Copy files to a simulator (limited to media files)

xcode_get_privacy_permission

Get privacy permission status for an app

xcode_grant_privacy_permission

Grant privacy permission to an app

xcode_revoke_privacy_permission

Revoke privacy permission from an app

xcode_reset_privacy_permission

Reset privacy permission for an app

xcode_open_url

Open a URL on a simulator

xcode_set_simulator_location

Set the location of a simulator

xcode_clear_simulator_location

Clear the location of a simulator

10 further tools are not listed here. The complete surface is in the source.

// known CVEs in dependencies3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.10.2GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.10.2GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.10.2GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

110/110 tools missing one or more hints — list-devices (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); install-app (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); uninstall-app (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +107 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Descriptions match behaviour

1 tool describes read intent but its handler mutates — inspect-and-act (line 333: fs.mkdir(locatorsDir, { recursive: true }))

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

Tool inputs are validated

94/110 tool handlers declare input schemas (85%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool test coverage

Only 8/110 tools referenced in tests (7%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

1 call in production code run through a shell (src/lib/appium/appiumHelper.js:129)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.10.2 (high), @modelcontextprotocol/sdk@1.10.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

2/15 production deps stale: wd@2023-07-12 (3.2y), xml2js@2024-05-31 (2.3y)

Tool description accuracy

stop-recording: description implies read-only but handler writes/deletes/executes

Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/rsec08/appium-mcp?variant=verified)](https://m8ven.ai/mcp/rsec08/appium-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 16a22cb79e239d56396150292ca5be39bc9c4177
code hash: 318e362d46a71eb99cbfd848f393b0b3378d44f847454c52edae30a3e0e295ae
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client