agent-device
Rank #17io.github.callstackincubator/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 122,350 servers tracked on MCP Toplist, and its repository has 4,432 GitHub stars. agent-device is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 10 tracked versions. It was first listed on Jan 30, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 122,333 of 122,350 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.callstackincubator%2Fagent-device)<a href="https://mcptoplist.com/server/io.github.callstackincubator%2Fagent-device"><img src="https://mcptoplist.com/badge/io.github.callstackincubator%2Fagent-device.svg" alt="MCP Toplist: Top 1% of 122,350" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (1 delisted)
callstackincubator
Available versions (10)
| 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.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 (10 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 10 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.
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.