Skip to main content
ClaudeWave

Limrun's remote MCP server: cloud iOS simulators and Android emulators for AI agents (mcp.limrun.com)

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/limrun-inc/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/limrun-inc/mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Limrun MCP Server

`https://mcp.limrun.com/mcp` is [Limrun](https://limrun.com)'s remote MCP server. Connect it
once and your agent can create cloud iOS simulators and Android emulators on demand, drive
them through screenshots and the accessibility tree, and delete them when done. Devices are
real simulators/emulators running in Limrun's cloud, not mocks.

> This repository is the listing home for the server. The server is a hosted, remote
> streamable-HTTP MCP server; there is nothing to install from here.

## What it does

- **Create and manage devices**: `create-ios-simulator`, `create-android-emulator`,
  `list-instances`, `get-instance-status`, `delete-instance` (instances also
  self-terminate on inactivity).
- **Drive iOS**: `ios-use` (tap, type, scroll, action chains), `ios-app` (list/launch/
  terminate apps), `ios-open-url`, `ios-logs`, `ios-screenshot-and-element-tree`.
- **Drive Android**: `android-use`, `android-open-url`,
  `android-screenshot-and-element-tree`.
- **Apps and skills**: `list-apps` (pre-installable app assets), `get-agent-skill`
  (step-by-step CLI procedures for builds and anything touching local files, which stay
  on the [lim CLI](https://docs.limrun.com/docs/agents/cli)).

## Configure

The endpoint is `https://mcp.limrun.com/mcp` (streamable HTTP, stateless). Auth is OAuth
sign-in on first use, or a Limrun org API key as a bearer token for headless use. Sign up
at [limrun.com](https://limrun.com).

**VS Code / Copilot** (`mcp.json`):

```json
{
  "servers": {
    "limrun": { "type": "http", "url": "https://mcp.limrun.com/mcp" }
  }
}
```

**Claude Code**:

```bash
claude mcp add --transport http limrun https://mcp.limrun.com/mcp
```

Any other MCP client that speaks streamable HTTP works the same way; the server advertises
its authorization server through standard discovery metadata, so OAuth-capable clients
find the sign-in flow on their own.

## Use

Ask your agent things like:

- "Create an iOS simulator and show me a screenshot."
- "Open example.com on it and tap the first link."
- "Install my app from the asset list and walk through the signup flow."
- "Clean up all my running devices."

## Links

- Docs: https://docs.limrun.com/docs/agents/remote-mcp
- Registry listing: `com.limrun/mcp` in the [official MCP registry](https://registry.modelcontextprotocol.io)
- Agent skills and plugin (Claude Code, Cursor, Codex, Gemini CLI): https://github.com/limrun-inc/skills
- Support: contact@limrun.com

What people ask about mcp

What is limrun-inc/mcp?

+

limrun-inc/mcp is mcp servers for the Claude AI ecosystem. Limrun's remote MCP server: cloud iOS simulators and Android emulators for AI agents (mcp.limrun.com) It has 0 GitHub stars and its last recorded update is dated 2026-09-11.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/limrun-inc/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is limrun-inc/mcp safe to use?

+

Our security agent has analyzed limrun-inc/mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains limrun-inc/mcp?

+

limrun-inc/mcp is maintained by limrun-inc. The last recorded GitHub activity is dated 2026-09-11, with 0 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: limrun-inc/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/limrun-inc-mcp)](https://claudewave.com/repo/limrun-inc-mcp)
<a href="https://claudewave.com/repo/limrun-inc-mcp"><img src="https://claudewave.com/api/badge/limrun-inc-mcp" alt="Featured on ClaudeWave: limrun-inc/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives