{
  "markdown": "# Limrun MCP Server\n\n`https://mcp.limrun.com/mcp` is [Limrun](https://limrun.com)'s remote MCP server. Connect it\nonce and your agent can create cloud iOS simulators and Android emulators on demand, drive\nthem through screenshots and the accessibility tree, and delete them when done. Devices are\nreal simulators/emulators running in Limrun's cloud, not mocks.\n\n> This repository is the listing home for the server. The server is a hosted, remote\n> streamable-HTTP MCP server; there is nothing to install from here.\n\n## What it does\n\n- **Create and manage devices**: `create-ios-simulator`, `create-android-emulator`,\n  `list-instances`, `get-instance-status`, `delete-instance` (instances also\n  self-terminate on inactivity).\n- **Drive iOS**: `ios-use` (tap, type, scroll, action chains), `ios-app` (list/launch/\n  terminate apps), `ios-open-url`, `ios-logs`, `ios-screenshot-and-element-tree`.\n- **Drive Android**: `android-use`, `android-open-url`,\n  `android-screenshot-and-element-tree`.\n- **Apps and skills**: `list-apps` (pre-installable app assets), `get-agent-skill`\n  (step-by-step CLI procedures for builds and anything touching local files, which stay\n  on the [lim CLI](https://docs.limrun.com/docs/agents/cli)).\n\n## Configure\n\nThe endpoint is `https://mcp.limrun.com/mcp` (streamable HTTP, stateless). Auth is OAuth\nsign-in on first use, or a Limrun org API key as a bearer token for headless use. Sign up\nat [limrun.com](https://limrun.com).\n\n**VS Code / Copilot** (`mcp.json`):\n\n```json\n{\n  \"servers\": {\n    \"limrun\": { \"type\": \"http\", \"url\": \"https://mcp.limrun.com/mcp\" }\n  }\n}\n```\n\n**Claude Code**:\n\n```bash\nclaude mcp add --transport http limrun https://mcp.limrun.com/mcp\n```\n\nAny other MCP client that speaks streamable HTTP works the same way; the server advertises\nits authorization server through standard discovery metadata, so OAuth-capable clients\nfind the sign-in flow on their own.\n\n## Use\n\nAsk your agent things like:\n\n- \"Create an iOS simulator and show me a screenshot.\"\n- \"Open example.com on it and tap the first link.\"\n- \"Install my app from the asset list and walk through the signup flow.\"\n- \"Clean up all my running devices.\"\n\n## Links\n\n- Docs: https://docs.limrun.com/docs/agents/remote-mcp\n- Registry listing: `com.limrun/mcp` in the [official MCP registry](https://registry.modelcontextprotocol.io)\n- Agent skills and plugin (Claude Code, Cursor, Codex, Gemini CLI): https://github.com/limrun-inc/skills\n- Support: contact@limrun.com\n",
  "bytes": 2477,
  "sha": "f696b6e69a58db86882895b0e84be8edad8926a6f216082c064687ac2ab58652",
  "repo_slug": "limrun-inc/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_limrun_mcp_889c0ffe/readme"
}