The MCP server integrates seamlessly with your IDE, allowing you to automate
mobile testing, implement Figma designs, and analyze device screens directly
from your AI assistant.
Installation
- uv (Recommended)
- pip
Prerequisites
Before using the MCP server, ensure you have:Platform Setup
Platform Setup
Complete the Platform Quickstart to set up your environment, including Python 3.12+, device requirements, and API key configuration.
For Android devices
For Android devices
- ADB (Android Debug Bridge) - For device communication - Maestro - For mobile automation - USB debugging enabled on your device
For iOS devices (macOS only)
For iOS devices (macOS only)
- Xcode Command Line Tools with
xcrun- Maestro - For mobile automation - iOS Simulator running
Running the Server
Start the MCP server with your API key:localhost:8000 by default.
Configuration Options
- CLI Arguments
- Environment Variables
--api-key: Your Minitap API key (required)--port: Custom port (default: 8000)--llm-profile: LLM profile name (optional)