
Podium Mcp
- 3 repo stars
- Updated June 30, 2026
- hoainho/podium-mcp
Podium MCP is a Model Context Protocol server with 51 mobile tools so AI agents can run iOS and Android simulator E2E tests, RN debugging, and canvas UI automation from one connection.
About
Podium MCP is a unified Model Context Protocol server that puts iOS and Android simulator control, Maestro end-to-end flows, React Native debugging, and no-vision canvas/WebGL interaction behind one stdio connection. Mobile developers reach for it when they want AI agents in Claude Code to boot simulators, run E2E tests, capture bug evidence, and debug Metro without wiring half a dozen separate MCP servers. Primary target is macOS with iOS Simulator; Android paths degrade gracefully when adb is absent.
- 51 tools: simctl, devicectl, adb, Maestro flows, and canvas brain
- No-vision canvas/WebGL taps for Pixi, Konva, Phaser, Three, Babylon
- RN debugging: Metro logs, crash reports, WebView DOM and network
- Single stdio MCP endpoint replaces multiple mobile automation servers
Podium Mcp by the numbers
- Data as of Jul 18, 2026 (Skillselion catalog sync)
claude mcp add podium-mcp -- npx -y podium-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Package | podium-mcp |
| Transport | STDIO |
| Auth | None |
| Last updated | June 30, 2026 |
| Repository | hoainho/podium-mcp ↗ |
How do I let my coding agent test and debug mobile apps on simulators without juggling multiple MCP servers and vision-heavy screenshot loops?
Gives AI agents 51 MCP tools for iOS/Android simulators: Maestro E2E, RN Metro debug, WebView inspect, and no-vision canvas taps.
Who is it for?
React Native and mobile engineers on macOS who automate simulator E2E, bug reproduction, and RN Metro debugging via Claude Code.
Skip if: Teams without macOS/iOS Simulator tooling or projects that only need simple unit tests with no device interaction.
What you get
Produces executed E2E flow results, device telemetry, Metro logs, crash captures, and canvas interaction traces from simulator sessions.
Recommended MCP Servers
FAQ
Does it support Android automation?
Android emulators and devices are supported via adb and uiautomator in recent versions; missing SDK paths return informative errors instead of hard failures.
What is the canvas brain?
A no-vision layer that inspects and taps canvas/WebGL UIs (Pixi, Konva, Fabric, Phaser, Three, Babylon) without expensive screenshot loops.
What are the platform requirements?
macOS with Xcode simctl is the primary target; Maestro should be installed for full E2E flow execution.