Mobile MCP
Rank #56io.github.mobile-next/mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
Mobile MCP is a Model Context Protocol (MCP) server published by mobile-next. It ranks #56 of 115,460 servers tracked on MCP Toplist, and its repository has 6,266 GitHub stars. Mobile MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 26 tracked versions. It was first listed on Apr 3, 2025 and most recently updated on Aug 9, 2026.
Ranks ahead of 115,404 of 115,460 servers on MCP Toplist.
Use Mobile MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mobile-mcp -- npx -y @mobilenext/mobile-mcp[mcp_servers.mobile-mcp]
command = "npx"
args = ["-y", "@mobilenext/mobile-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mobile-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp"
]
}
}
}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/io.github.mobile-next%2Fmobile-mcp)<a href="https://mcptoplist.com/server/io.github.mobile-next%2Fmobile-mcp"><img src="https://mcptoplist.com/badge/io.github.mobile-next%2Fmobile-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
mobile-next
Available versions (26)
| Version | Published |
|---|---|
| 1.0.2 | Aug 9, 2026 |
| 1.0.0 | Aug 2, 2026 |
| 0.0.61 | Jul 2, 2026 |
| 0.0.59 | Jun 9, 2026 |
| 0.0.58 | Jun 2, 2026 |
| 0.0.51 | Apr 5, 2026 |
| 0.0.50 | Mar 27, 2026 |
| 0.0.49 | Mar 24, 2026 |
| 0.0.48 | Mar 20, 2026 |
| 0.0.47 | Mar 9, 2026 |
| 0.0.46 | Mar 3, 2026 |
| 0.0.45 | Mar 2, 2026 |
| 0.0.44 | Feb 25, 2026 |
| 0.0.43 | Feb 24, 2026 |
| 0.0.42 | Feb 3, 2026 |
| 0.0.41 | Jan 27, 2026 |
| 0.0.40 | Jan 15, 2026 |
| 0.0.39 | Jan 2, 2026 |
| 0.0.38 | Dec 9, 2025 |
| 0.0.37 | Dec 8, 2025 |
| 0.0.36 | Nov 19, 2025 |
| 0.0.35 | Nov 14, 2025 |
| 0.0.34 | Nov 1, 2025 |
| 0.0.31 | Oct 7, 2025 |
| 0.0.26 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mobile MCP?
- Mobile MCP is maintained by mobile-next, which publishes 1 MCP server (26 total versions) tracked on MCP Toplist.
- Is Mobile MCP listed on the Official MCP Registry?
- Yes — Mobile MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Mobile MCP have?
- MCP Toplist tracks 26 versions of Mobile MCP, most recently published on Aug 9, 2026.
- Where can I find the source code for Mobile MCP?
- The source code for Mobile MCP is hosted at github.com/mobile-next/mobile-mcp.