Termux MCP Server (xlisp/termux-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 50 out of 100, grade D. It declares 57 tools. No publisher has claimed this listing.

D
Caution
50/100

Termux MCP Server

Enables remote control of Android phones via Claude Desktop, offering 45+ tools including UI automation for app interactions.

Caution. Specific findings reduced this grade. They are listed on the page. 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

xlisp

Source: Glama

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 — find_and_tap (line 621: shutil.copy2(sdcard_real, dump_path))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes57 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.

get_battery_status

Get phone battery status including level, charging state, temperature, etc.

get_wifi_info

Get current WiFi connection information (SSID, IP, signal strength, etc.).

scan_wifi

Scan for nearby WiFi networks.

get_telephony_info

Get telephony device info (carrier, phone type, SIM state, etc.).

get_telephony_cell_info

Get detailed cellular network information.

get_location

Get the phone's current GPS location.

adb_setup_status

Check if ADB is set up and connected. On Android 12+, ADB is required for screencap, input, uiautomator, am, etc. to work from Termux.

adb_connect

Connect ADB to this device wirelessly. Required on Android 12+.

list_running_apps

List currently running processes/apps on the phone with CPU and memory usage.

list_installed_packages

List all installed Termux packages.

open_url

Open a URL in the default browser on the phone.

open_app

Launch an Android app or activity using am (Activity Manager).

list_android_packages

List installed Android apps/packages.

take_screenshot

Take a screenshot of the current phone screen. Returns the screenshot as base64 image data.

get_screen_size

Get the phone screen resolution (width x height in pixels).

tap_screen

Tap the screen at specific coordinates.

long_press

Long press at specific screen coordinates.

swipe_screen

Swipe on the screen from one point to another.

input_text

Type text into the currently focused input field.

input_chinese_text

Input Chinese/Unicode text by copying to clipboard and pasting.

input_keyevent

Send a key event to the phone.

dump_ui

Dump the current UI hierarchy (XML). Shows all visible UI elements with their text, content-desc, bounds (coordinates), class name, and clickable state.

find_and_tap

Find a UI element by its text and tap on it.

go_home

Press the Home button to go to the home screen.

go_back

Press the Back button.

open_recent_apps

Open the recent apps / app switcher.

get_current_app

Get the currently focused app (package name and activity).

take_photo

Take a photo using the phone camera.

get_camera_info

Get information about available cameras on the device.

list_photos

List photo files in a directory.

read_photo

Read a photo file and return it as base64 encoded data for viewing.

list_sms

List SMS messages.

send_sms

Send an SMS message.

list_contacts

List all contacts from the phone.

get_clipboard

Get the current clipboard content.

set_clipboard

Set the clipboard content.

send_notification

Send a notification to the phone.

show_toast

Show a toast message on the phone screen.

set_volume

Set a volume level on the phone.

get_volume

Get current volume levels for all audio streams.

toggle_torch

Turn the flashlight (torch) on or off.

vibrate

Vibrate the phone.

text_to_speech

Speak text aloud using text-to-speech.

get_fingerprint

Prompt for fingerprint authentication on the device.

media_player

Control the media player.

share_file

Share a file using Android's share dialog.

download_file

Download a file using Android's download manager.

list_directory

List contents of a directory with file sizes.

read_file

Read the contents of a text file.

write_file

Write content to a file.

execute_command

Execute a shell command on the phone.

get_storage_info

Get phone storage usage information (disk space).

get_device_info

Get comprehensive device information (model, Android version, etc.).

get_screen_brightness

Get current screen brightness level.

set_screen_brightness

Set screen brightness level.

get_sensor_list

List all available sensors on the device.

read_sensor

Read data from a specific sensor.

// 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

57/57 tools missing one or more hints — get_battery_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_wifi_info (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); scan_wifi (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +54 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 — find_and_tap (line 621: shutil.copy2(sdcard_real, dump_path))

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

Tool inputs are validated

35/57 tool handlers declare input schemas (61%)

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

Tool handlers catch errors

Only 10/57 tool handlers wrap calls in try/catch (18%)

Wrap each tool handler body in try/catch and return a structured error response.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Tool description accuracy

find_and_tap: 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/xlisp/termux-mcp-server?variant=verified)](https://m8ven.ai/mcp/xlisp/termux-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: fc96806e135b3f82b46bf114734efa529ce6dcbf
code hash: 939968adb25cebee71b522174bc646e4b62cd7c3d3887e7cb9fcd2df702e5326
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