
Quashbugs
- Updated June 23, 2026
- Oscorp-HQ/quash-mcp-releases
quashbugs is a Claude Code marketplace plugin for the Quash MCP server that runs natural-language mobile test tasks, generates test cases, manages app builds, and streams device run reports on connected Android and iOS d
About
quashbugs packages the Quash MCP server as a Claude Code plugin for real mobile-app automation on locally connected devices. One-line installers (`curl … | sh` on macOS, `irm … | iex` on Windows) deploy binaries to `~/.quash` and auto-register Claude Code, Cursor, and Claude Desktop configs. MCP tools include `connect`, `execute` for natural-language test tasks, `generate_test_cases` from prompts or repos, `install_build`, `setup_portal` for Android accessibility, and `setup_simulator`/`setup_device` for iOS WebDriverAgent on macOS. Android works on macOS and Windows; iOS requires macOS with Xcode. Authenticate with a `qsh_` API token or Google browser sign-in. The marketplace plugin `quash` is version 1.1.0.
- MCP tools: connect, execute, generate_test_cases, install_build, runs, test_cases, suites
- Android Portal setup via setup_portal; iOS WebDriverAgent via setup_simulator/setup_device
- One-line install auto-registers Claude Code, Cursor, and Claude Desktop MCP configs
- Natural-language execute streams progress for on-device test tasks
- macOS supports Android and iOS; Windows supports Android only
Quashbugs by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Oscorp-HQ/quash-mcp-releasesAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | June 23, 2026 |
|---|---|
| Repository | Oscorp-HQ/quash-mcp-releases ↗ |
How do agents run mobile UI tests on real devices?
Connect a device with Quash MCP `connect`, then `execute` a natural-language test like opening Settings and toggling Airplane mode.
Who is it for?
Mobile engineers who want AI agents to drive on-device Android and iOS test automation, build installs, and test-case generation through MCP.
Skip if: Web-only Playwright testing or iOS automation on Windows where Apple toolchain and WebDriverAgent are unavailable.
What you get
Streamed mobile test run reports, generated test cases, installed APK/IPA builds, and shareable run links from the Quash automation engine.
- Mobile test run reports
- Generated test case suites
- Installed app builds on devices
By the numbers
- Documents 14 MCP tools including connect, execute, generate_test_cases, and runs
- Marketplace plugin quash version 1.1.0
- Supports Android on macOS and Windows; iOS limited to macOS
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Use quashbugs when agents must execute real on-device mobile UI tests and generate cases, not just write Appium scripts without a connected device.
FAQ
Which platforms does Quash MCP support?
Quash MCP supports Android on macOS and Windows 10/11 x64. iOS simulator and physical iPhone automation require macOS 13+ Apple Silicon with Xcode, WebDriverAgent, and Developer Mode because Apple's toolchain is macOS-only.
How do you install the Quashbugs marketplace plugin?
Quashbugs installs the Quash MCP server with `curl -fsSL https://raw.githubusercontent.com/Oscorp-HQ/quash-mcp-releases/main/install.sh | sh` on macOS. The installer places binaries in `~/.quash` and auto-registers the `quash` MCP server; authenticate with a `qsh_` API token or G