agent-device
Rank #13io.github.callstack/agent-device
MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps
agent-device is a Model Context Protocol (MCP) server published by callstackincubator. It ranks #13 of 130,833 servers tracked on MCP Toplist, and its repository has 4,703 GitHub stars. agent-device is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 19 tracked versions. It was first listed on Jan 30, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 130,820 of 130,833 servers on MCP Toplist.
Use agent-device
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-device -- npx -y agent-device mcp[mcp_servers.agent-device]
command = "npx"
args = ["-y", "agent-device", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-device": {
"command": "npx",
"args": [
"-y",
"agent-device",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-device": {
"command": "npx",
"args": [
"-y",
"agent-device",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-device": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-device",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-device": {
"command": "npx",
"args": [
"-y",
"agent-device",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-device": {
"command": "npx",
"args": [
"-y",
"agent-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.callstack%2Fagent-device)<a href="https://mcptoplist.com/server/io.github.callstack%2Fagent-device"><img src="https://mcptoplist.com/badge/io.github.callstack%2Fagent-device.svg" alt="MCP Toplist: Top 1% of 130,833" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (1 delisted)
callstackincubator
Available versions (19)
| Version | Published |
|---|---|
| 0.21.8 | Sep 21, 2026 |
| 0.21.7 | Sep 21, 2026 |
| 0.21.6 | Sep 21, 2026 |
| 0.21.5 | Sep 21, 2026 |
| 0.21.4 | Sep 16, 2026 |
| 0.21.3 | Sep 16, 2026 |
| 0.21.2 | Sep 14, 2026 |
| 0.21.1 | Sep 14, 2026 |
| 0.21.0 | Sep 8, 2026 |
| 0.20.10 | Aug 24, 2026 |
| 0.20.9 | Aug 17, 2026 |
| 0.20.7 | Aug 10, 2026 |
| 0.20.6 | Aug 7, 2026 |
| 0.16.9 | Jun 1, 2026 |
| 0.16.8 | Jun 1, 2026 |
| 0.16.7 | Jun 1, 2026 |
| 0.16.6 | Jun 1, 2026 |
| 0.16.5 | May 30, 2026 |
| 0.14.8 | May 11, 2026 |
Frequently asked questions
- Who maintains agent-device?
- agent-device is maintained by callstackincubator, which publishes 1 MCP server (19 total versions) tracked on MCP Toplist.
- Is agent-device listed on the Official MCP Registry?
- Yes — agent-device is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does agent-device have?
- MCP Toplist tracks 19 versions of agent-device, most recently published on Sep 21, 2026.
- Where can I find the source code for agent-device?
- The source code for agent-device is hosted at github.com/callstackincubator/agent-device.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.