JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 362
  • Score
    100M100P100Q89288F
  • License Apache-2.0

Mobitru MCP Server - Bundled distribution for mobile device automation and web browser testing with Mobitru cloud platform

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.