Starts the Momentic mobile MCP server over stdio. For setup in Cursor, Claude Code, Codex, and other agents, see the MCP integration guide. By default, starting an MCP session opens aDocumentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
localhost page with a remote
control UI that allows you to view and interact with the emulator.
Options
CLI flags override environment variables.Authenticates the MCP server with Momentic APIs. Env:
MOMENTIC_API_KEY.Points to the
momentic.config.yaml file used to load project tests, modules,
and environments.Sets
ANDROID_HOME for the current MCP process. Env: ANDROID_HOME.Sets
JAVA_HOME for the current MCP process. Env: JAVA_HOME.Whether the remote control browser opens with a visible UI by default.
Defaults to
true.Idle timeout for MCP sessions in minutes. Defaults to
5. Sessions inactive
for this duration are terminated automatically. Env:
MOMENTIC_SESSION_IDLE_TIMEOUT_MINUTES.Creates a persistent local daemon so mobile sessions can be shared across
multiple MCP server invocations. The daemon’s working directory is set to the
parent of the config file path, enabling multiple MCP servers launched from
different directories to resolve to the same project home and share device
sessions and other state through a single long-lived process.