mcp-android-ssh

vaknin/mcp-android-ssh
★ 6 stars Rust 📦 Other Updated 1mo ago
MCP server for SSH access to Android devices
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-android-ssh": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-android-ssh"
      ]
    }
  }
}