Mobile MCP
@runablehq
关于 Mobile MCP
A Model Context Protocol (MCP) server that provides mobile automation capabilities.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mobile-mcp-runablehq": {
"command": "npx",
"args": [
"mobile-mcp",
"install"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mobile MCP?
Mobile MCP is a Model Context Protocol server that provides mobile automation capabilities. It enables LLMs to interact with mobile devices using structured UI dumps without relying on screenshots or other visual inputs.
How to use Mobile MCP?
Install via npx mobile-mcp install or manually add the configuration to your Claude Desktop JSON. The server requires Android Studio and platform tools (adb), and supports physical Android devices with USB debugging or Android emulators. It can also be installed using the VS Code CLI with code --add-mcp.
Key features of Mobile MCP
- Interacts with mobile devices using structured UI dumps
- No screenshots or visual inputs required
- Supports Android phones (iOS support coming soon)
- Works with emulators or physical devices via adb
- Simple installation via npx or VS Code CLI
Use cases of Mobile MCP
- Automating mobile app testing with LLM-driven interactions
- Enabling AI assistants to navigate and control mobile UIs
- Extracting structured UI information for analysis or automation
FAQ from Mobile MCP
Which mobile platforms are supported?
Currently only Android phones are supported; iOS support will come in the future.
What dependencies are needed?
You need Android Studio and platform tools installed, with adb available on the command line.
Can I use a physical device?
Yes, you can connect a physical Android phone with USB debugging enabled.
How do I install for Claude Desktop?
Run npx mobile-mcp install or manually add the server configuration to your Claude Desktop MCP settings JSON.
How do I install for VS Code?
Use the VS Code CLI: code --add-mcp '{"name":"mobile","command":"npx","args":["mobile-mcp"]}' (or code-insiders for Insiders).
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
🚀 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,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论