mobile-mcp

Mobile MCPは、モバイルデバイスの自動化機能を提供するMCPサーバーです。構造化されたUIダンプを使用して、LLMがスクリーンショットや視覚的入力に依存せずにモバイルデバイスと対話できるようにします。現在はAndroidデバイスのみがサポートされており、iOSのサポートも予定されています。

GitHubスター

53

ユーザー評価

未評価

お気に入り

0

閲覧数

22

フォーク

3

イシュー

0

README
Mobile MCP

A Model Context Protocol (MCP) server that provides mobile automation capabilities. This server enables LLMs to interact with mobile devices using structured UI dumps without needing to rely on screenshots or other visual inputs.

MIT License Discord

https://github.com/user-attachments/assets/f6d9c88e-005a-4a99-b073-3308b1fbca12

Installation
Supported Platforms

Currently, only android phones are supported. iOS support will come soon.

You need to install android studio and have platform tools installed. Run the following to command to verify once you have installed all this.

adb

You can run an android device in an emulator or connect your physical android phone with usb debugging on.

Claude Desktop Configuration

Run the following command to install it automatically

npx mobile-mcp install

or add this to your claude desktop config manually.

{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": ["mobile-mcp"]
    }
  }
}
VScode Installation

You can install the mobile MCP server using the VS Code CLI:

# For VS Code
code --add-mcp '{"name":"mobile","command":"npx","args":["mobile-mcp"]}'

# For VS Code Insiders
code-insiders --add-mcp '{"name":"mobile","command":"npx","args":["mobile-mcp"]}'
📄 License

This project is licensed under the MIT License.

作者情報
Runable

Automate Everything. Don't Repeat.

16

フォロワー

4

リポジトリ

0

Gist

0

貢献数