MCP Appium Server
@Rsec08
关于 MCP Appium Server
MCP SERVER for appium
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Appium Server?
An MCP server implementation for mobile app automation using Appium. It provides a Model Context Protocol interface to control mobile devices (Android and iOS) through Appium, enabling automated testing and interaction with native apps.
How to use MCP Appium Server?
Install dependencies (npm install), start Appium server (appium), build the project (npm run build), then start the MCP server (npm run dev). Run tests with npm test. Configure device name, app path, or app package/activity in examples/appium-test.ts.
Key features of MCP Appium Server
- Find and interact with mobile UI elements (tap, type, scroll)
- Launch, close, reset apps; get current package/activity
- Control device orientation, keyboard, lock/unlock, take screenshots
- Switch between native and WebView contexts
- Perform file operations and custom gestures
- Retrieve battery info and device notifications
Use cases of MCP Appium Server
- Automate testing of Android and iOS mobile applications
- Perform UI regression testing with element locators and gestures
- Validate app behavior across different device orientations and states
- Manage app lifecycle and capture screenshots for reporting
- Interact with hybrid apps by switching between native and WebView contexts
FAQ from MCP Appium Server
What are the prerequisites to use this server?
Node.js v14+, JDK, Android SDK (for Android), Xcode (for iOS, macOS only), Appium Server installed globally, and a connected Android device/emulator or iOS device/simulator.
How do I configure the server for my own app instead of the Settings demo?
Edit examples/appium-test.ts: update deviceName, set app path to your APK, or specify appPackage and appActivity for an installed app. Common capabilities include platformName, automationName, and noReset.
What if my device is not found?
Run adb devices to confirm the device is connected. Ensure USB debugging is enabled. Try reconnecting the device or restarting the adb server.
Why can't Appium find elements in my app?
Use Appium Inspector to verify your selectors. Check that elements are visible on screen (not off-screen or covered). Try different locator strategies (e.g., XPath, accessibility id).
What causes connection issues with the MCP server?
Verify Appium server is running on the default port, check for port conflicts, and ensure the capabilities (deviceName, platformName) are correctly set in your test configuration.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 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,
Servers
modelcontextprotocolModel Context Protocol Servers
评论