Mobile Device Mcp
@srmorete
Mobile Device Mcp について
An MCP server to use with iOS and Android. Seamlessly maps Native screens and WebViews. Multiple parallel devices supported.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mobile-device-mcp": {
"command": "npx",
"args": [
"-y",
"@srmorete/mobile-device-mcp"
]
}
}
}ツール
13List available iOS and Android devices
Capture the device screen (JPEG)
Get the UI element tree as a flat list, with optional search and limit
Tap at screen coordinates
Double-tap at screen coordinates
Long-press at screen coordinates (configurable duration)
Swipe from start to end coordinates
Type text into the focused element
Press a hardware/navigation button (home, back, enter, volumeUp/Down, dpadUp/Down/Left/Right/Center)
Launch an app by bundle ID / package name
Force-stop an app
List installed apps
Execute sandboxed JavaScript on-device (see [run_code](#run_code) below)
概要
What is Mobile Device Mcp?
An MCP server that enables AI agents to control multiple iOS and Android devices simultaneously. It provides tools for tapping, scrolling, typing, taking screenshots, reading UI trees, and executing on-device code through a three-layer architecture of on-device servers, a UI tree filter, and the MCP server interface.
How to use Mobile Device Mcp?
Install via npx and add to your MCP client (e.g., Claude Code, Cursor, Claude Desktop). Use claude mcp add mobile-device-mcp -- npx -y @srmorete/mobile-device-mcp@latest or configure .mcp.json with the command and optional environment variables MDMS_PORT_ANDROID and MDMS_PORT_IOS to customize base ports. Ensure Node
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント