Mobile Device MCP
Rank #2,361io.github.srmorete/mobile-device-mcp
Control iOS and Android devices with multi-device and seamless Native/WebView support.
Mobile Device MCP is a Model Context Protocol (MCP) server published by srmorete. It ranks #2,361 of 115,460 servers tracked on MCP Toplist, and its repository has 44 GitHub stars. Mobile Device MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 8 tracked versions. It was first listed on Apr 5, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 113,099 of 115,460 servers on MCP Toplist.
Use Mobile Device MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mobile-device-mcp -- npx -y @srmorete/mobile-device-mcp[mcp_servers.mobile-device-mcp]
command = "npx"
args = ["-y", "@srmorete/mobile-device-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mobile-device-mcp": {
"command": "npx",
"args": [
"-y",
"@srmorete/mobile-device-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mobile-device-mcp": {
"command": "npx",
"args": [
"-y",
"@srmorete/mobile-device-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mobile-device-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@srmorete/mobile-device-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mobile-device-mcp": {
"command": "npx",
"args": [
"-y",
"@srmorete/mobile-device-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mobile-device-mcp": {
"command": "npx",
"args": [
"-y",
"@srmorete/mobile-device-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.srmorete%2Fmobile-device-mcp)<a href="https://mcptoplist.com/server/io.github.srmorete%2Fmobile-device-mcp"><img src="https://mcptoplist.com/badge/io.github.srmorete%2Fmobile-device-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
srmorete
Other servers by srmorete
View all srmorete servers →Available versions (8)
| Version | Published |
|---|---|
| 0.1.10 | Jul 31, 2026 |
| 0.1.9 | Jul 30, 2026 |
| 0.1.8 | Jul 25, 2026 |
| 0.1.7 | Jul 25, 2026 |
| 0.1.6 | Jul 24, 2026 |
| 0.1.4 | Apr 17, 2026 |
| 0.1.3 | Apr 15, 2026 |
| 0.1.2 | Apr 5, 2026 |
Frequently asked questions
- Who maintains Mobile Device MCP?
- Mobile Device MCP is maintained by srmorete, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Mobile Device MCP listed on the Official MCP Registry?
- Yes — Mobile Device MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Mobile Device MCP have?
- MCP Toplist tracks 8 versions of Mobile Device MCP, most recently published on Jul 31, 2026.
- Where can I find the source code for Mobile Device MCP?
- The source code for Mobile Device MCP is hosted at github.com/srmorete/mobile-device-mcp.