AutoMobile
Rank #171dev.jasonpearson/auto-mobile
Mobile device interaction automation via MCP
AutoMobile is a Model Context Protocol (MCP) server published by kaeawc. It ranks #171 of 115,460 servers tracked on MCP Toplist, and its repository has 45 GitHub stars. AutoMobile is listed across 3 registries — Official MCP, PulseMCP and Glama, with 21 tracked versions. It was first listed on Oct 7, 2025 and most recently updated on Aug 30, 2026.
Ranks ahead of 115,289 of 115,460 servers on MCP Toplist.
Use AutoMobile
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add auto-mobile -- npx -y @kaeawc/auto-mobile[mcp_servers.auto-mobile]
command = "npx"
args = ["-y", "@kaeawc/auto-mobile"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"auto-mobile": {
"command": "npx",
"args": [
"-y",
"@kaeawc/auto-mobile"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"auto-mobile": {
"command": "npx",
"args": [
"-y",
"@kaeawc/auto-mobile"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"auto-mobile": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaeawc/auto-mobile"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"auto-mobile": {
"command": "npx",
"args": [
"-y",
"@kaeawc/auto-mobile"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"auto-mobile": {
"command": "npx",
"args": [
"-y",
"@kaeawc/auto-mobile"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.jasonpearson%2Fauto-mobile)<a href="https://mcptoplist.com/server/dev.jasonpearson%2Fauto-mobile"><img src="https://mcptoplist.com/badge/dev.jasonpearson%2Fauto-mobile.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
kaeawc
Available versions (21)
| Version | Published |
|---|---|
| 0.0.67 | Aug 30, 2026 |
| 0.0.66 | Aug 27, 2026 |
| 0.0.65 | Aug 27, 2026 |
| 0.0.64 | Aug 25, 2026 |
| 0.0.63 | Aug 24, 2026 |
| 0.0.62 | Aug 23, 2026 |
| 0.0.61 | Aug 22, 2026 |
| 0.0.60 | Aug 19, 2026 |
| 0.0.59 | Aug 19, 2026 |
| 0.0.57 | Aug 14, 2026 |
| 0.0.56 | Aug 14, 2026 |
| 0.0.55 | Aug 13, 2026 |
| 0.0.53 | Aug 11, 2026 |
| 0.0.52 | Aug 10, 2026 |
| 0.0.51 | Aug 9, 2026 |
| 0.0.50 | Aug 3, 2026 |
| 0.0.49 | Aug 3, 2026 |
| 0.0.48 | Aug 1, 2026 |
| 0.0.47 | Jul 31, 2026 |
| 0.0.13 | Feb 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains AutoMobile?
- AutoMobile is maintained by kaeawc, which publishes 1 MCP server (21 total versions) tracked on MCP Toplist.
- Is AutoMobile listed on the Official MCP Registry?
- Yes — AutoMobile is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AutoMobile have?
- MCP Toplist tracks 21 versions of AutoMobile, most recently published on Aug 30, 2026.
- Where can I find the source code for AutoMobile?
- The source code for AutoMobile is hosted at github.com/kaeawc/auto-mobile.