agent-device
Rank #17io.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 #17 of 115,460 servers tracked on MCP Toplist, and its repository has 4,290 GitHub stars. agent-device is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 6 tracked versions. It was first listed on Jan 30, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 115,443 of 115,460 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_servers.agent-device]
command = "npx"
args = ["-y", "agent-device"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-device": {
"command": "npx",
"args": [
"-y",
"agent-device"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-device": {
"command": "npx",
"args": [
"-y",
"agent-device"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-device": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-device"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-device": {
"command": "npx",
"args": [
"-y",
"agent-device"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-device": {
"command": "npx",
"args": [
"-y",
"agent-device"
]
}
}
}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 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (2 delisted)
callstackincubator
Available versions (6)
| Version | Published |
|---|---|
| 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.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 (6 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 6 versions of agent-device, most recently published on Aug 24, 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.