/configure
Configure the Android Remote Control channel plugin
> /plugin marketplace add danielealbano/android-remote-control-mcp > /plugin install android-remote-control@android-remote-control-mcp
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/configure
Context preview
What this command does when you run it.
Configure the Android Remote Control channel plugin
Command definition
configure.mdname: configure description: Configure the Android Remote Control channel plugin
Configure the Android Remote Control channel plugin.
Usage: /android-remote-control:configure <auth_token> [listen_port] [prompt_template]
Arguments:
- auth_token (required): Bearer token for authenticating requests from the Android app
- listen_port (optional, default 9090): Port for the HTTP listener
- prompt_template (optional): Prompt prepended to events sent to Claude
This command writes configuration to ~/.claude/channels/android-remote-control/.env with 0o600 permissions.
When invoked: 1. Create the directory ~/.claude/channels/android-remote-control/ if it doesn't exist 2. Write the .env file with the provided values: AUTH_TOKEN=<auth_token> LISTEN_PORT=<listen_port> PROMPT_TEMPLATE=<prompt_template> 3. Set file permissions to 0o600 (owner read/write only) 4. Inform the user they need to restart Claude Code with the --channels flag: claude --channels plugin:android-remote-control@<marketplace> or for development: claude --dangerously-load-development-channels server:android-remote-control
An Android application that runs as an MCP (Model Context Protocol) server, enabling AI models to fully control an Android device remotely using accessibility services and screenshot capture.
Repo: danielealbano/android-remote-control-mcp

