Package Exports
- mobitru-mcp-server-beta
- mobitru-mcp-server-beta/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mobitru-mcp-server-beta) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Mobitru MCP Server
Main Features
- ๐ Fast and lightweight: Uses native accessibility trees for most in## Installation and Configuration
Setup Mobitru MCP Server with Cursor, Claude, VS Code, GitHub Copilot:
Mobile Server
{
"mcpServers": {
"mobitru-mobile": {
"command": "npx",
"args": ["-y", "mobitru-mcp-server-beta", "mobile"]
}
}
}
Playwright Server
{
"mcpServers": {
"mobitru-playwright": {
"command": "npx",
"args": ["-y", "mobitru-mcp-server-beta", "playwright"]
}
}
}
Claude Desktop Configuration
For mobile automation:
claude mcp add mobitru-mobile -- npx -y mobitru-mcp-server-beta mobile
For web/browser automation:
claude mcp add mobitru-playwright -- npx -y mobitru-mcp-server-beta playwright
- ๐ค LLM-friendly: No computer vision model required in Accessibility (Snapshot).
- ๐งฟ Visual Sense: Evaluates and analyses what's actually rendered on screen to decide the next action. If accessibility data or view-hierarchy coordinates are unavailable, it falls back to screenshot-based analysis.
- ๐ Deterministic tool application: Reduces ambiguity found in purely screenshot-based approaches by relying on structured data whenever possible.
- ๐บ Extract structured data: Enables you to extract structured data from anything visible on screen.
- ๐งช Test Execution: Run Appium (mobile) and Playwright (web) test scripts directly on Mobitru cloud infrastructure.
Benefits
- โ Real device testing without local setup
- โ Parallel execution across multiple devices/browsers
- โ Built-in video recording and artifacts
- โ Cross-platform compatibility testing and Automation
This is a Model Context Protocol (MCP) server that enables scalable mobile automation and development through Mobitru's cloud platform. This server allows Agents and LLMs to interact with native iOS/Android applications, desktop browsers, and mobile devices through structured accessibility snapshots or coordinate-based taps based on screenshots.