Connect your account, then chat with AI to run tools.
Automate an Android emulator or USB device from Claude Code or Cursor — tap, swipe, type, screenshot, and launch apps through Appium over Desktop.
Try this workflow
Walk through an app build
Start a session on the emulator, launch the staging APK, complete login, and screenshot each step.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsBuilt for
Android Developers, Mobile QA, Emulator Testing, Agent Workflows
Walk through an app build
Uses local Appium for fast in-loop Android QA.
Start a session on the emulator, launch the staging APK, complete login, and screenshot each step.
Test a mobile web page
Covers mobile web on a local Android session.
Open this URL in Chrome on the emulator, wait for load, and summarize layout issues at phone width.
Find and tap a control
Combines element find, tap, and screenshot.
Locate the checkout button on the current screen, tap it, and report what renders next.
Debug a stuck screen
Uses screenshot and hierarchy for mobile debugging.
Capture a screenshot and page source of the current view, then list tappable elements visible on screen.
What is Local Android best for?
It is best when you run an Android emulator or attached device locally and want your agent to drive it without cloud device farms.
Do I need MCPBundles Desktop?
Yes. Desktop bridges your agent to the Appium server on localhost. Install it on the machine where the emulator runs and keep Appium listening on port 4723.
How is Local Android different from Mobile Device?
Local Android drives an emulator or USB device on your machine through Desktop. Mobile Device provisions real phones and tablets in AWS Device Farm.
Domain knowledge for Local Android — workflow patterns, data models, and gotchas for your AI agent.
Automate a developer-machine Android emulator (or USB-attached device) via Appium UiAutomator2. The MCPBundles desktop proxy forwards backend traffic to 127.0.0.1:4723, so you can drive the emulator without exposing Appium publicly.
Start a local Appium Android session through the MCPBundles desktop proxy. Requires a booted emulator and a running local Appium 2.x server. Returns t...
Find a UI element on the active local Android session and return its WebDriver element id and visible text.
List the Appium contexts on the active local Android session. ``NATIVE_APP`` is the native UI tree; ``WEBVIEW_<package>`` (Android) or ``WEBVIEW_<id>`...
Return the current UI hierarchy from the active local Android session (XML for native apps, HTML for browser sessions). Use this before tapping or typ...
Capture the WebView HTML on the active local Android session. Switches to the first WEBVIEW context (auto-detected) and returns ``document.documentEle...
Return the WebDriver viewport size for the active local Android session, used for coordinate-based taps and swipes.
Install an app on the active local Android session via ``mobile: installApp``. The path is resolved on the developer machine running Appium, not the b...
Activate (launch / foreground) an installed app on the active local Android session via ``mobile: activateApp``.
Open a URL on the active local Android session. Android uses an Android VIEW intent through the active Appium session; iOS uses the Safari WebDriver s...
Press an Android hardware / system button on the active local session — home, back, menu, power, volume_up, volume_down, enter, delete, tab, space, ca...
Capture a PNG screenshot from the active local Android Appium session. Returns the image so the agent can see what is on screen.
Inspect the active local Android Appium session — WebDriver id, base URL, capabilities, and start time.
Stop the active local Android Appium session and release the WebDriver lease so the emulator/simulator is free for the next run.
Swipe on the active local Android session via W3C Actions. Use ``up`` to scroll content up, ``down`` to scroll down, etc.
Switch the active Appium context on the local Android session. After switching to a WEBVIEW context, ``*_get_page_source`` returns HTML, ``*_find_elem...
Tap at ``(x, y)`` on the active local Android session using W3C Actions. Coordinates are WebDriver viewport units.
Tap a UI element by its WebDriver element id from a prior element find on this session.
Force-stop an app on the active local Android session via ``mobile: terminateApp``. Useful between test runs to start from a cold-launch state.
Type text on the active local Android session, either into a specific element or the currently focused field.
Uninstall an app from the active local Android session via ``mobile: removeApp``.
Poll for a UI element on the active local Android session until it is found or the timeout elapses. Returns the WebDriver element id and its text once...
It is best when you run an Android emulator or attached device locally and want your agent to drive it without cloud device farms.
Yes. Desktop bridges your agent to the Appium server on localhost. Install it on the machine where the emulator runs and keep Appium listening on port 4723.
Local Android drives an emulator or USB device on your machine through Desktop. Mobile Device provisions real phones and tablets in AWS Device Farm.
Android SDK with ADB, a booted emulator or USB device with debugging enabled, Appium 2.x with the UiAutomator2 driver, and MCPBundles Desktop.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/local-android. Authentication is handled automatically.
Local Android provides 21 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Local Android uses API Key. Local Android requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Local Android to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/local-androidThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Local Android and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More developer tools integrations you might like
Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service in the cloud. Run co...
MongoDB MCP server for cloud and self-hosted database operations. Works with MongoDB Atlas, self-hos...
Vantage provides an API that allows users to interact with cloud cost management tools, offering ins...
Analyze CIDR networks, calculate subnet details, and check IP membership. Supports IPv4 and IPv6. Pu...
Generic web primitives for any agent: resolve a domain to an IP, send a HEAD request to confirm a UR...
SmartEngage is an API-driven communication platform that enables businesses to automate and personal...