Skip to main content
Glama

simulator-mcp-server

iOS 模拟器 MCP 服务器

一个模型上下文协议 (MCP) 服务器,提供对 iOS 模拟器的编程控制。该服务器实现了 MCP 规范,可通过标准化接口公开模拟器功能。

特征

  • 列出可用的 iOS 模拟器
  • 启动和关机模拟器
  • 在模拟器上安装 .app 包
  • 通过 bundle ID 启动已安装的应用程序

安装

将以下内容添加到您的 Claude Config JSON 文件中

{ "mcpServers": { "simulator": { "command": "npx", "args": [ "y", "@joshuarileydev/simulator-mcp-server" ] } } }
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

用于控制 iOS 模拟器的 MCP 服务器。

  1. 特征
    1. 安装

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Enables interaction with iOS simulators by providing tools to inspect UI elements, control UI interactions, and manage simulators through natural language commands.
        Last updated -
        6
        198
        466
        JavaScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A bridge between iOS simulators and the Model Context Protocol, enabling programmatic control of iOS simulators through standardized communication interfaces.
        Last updated -
        25
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A MCP server that enables LLMs to interact with iOS simulators through natural language commands.
        Last updated -
        67
        TypeScript
        Apache 2.0
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoshuaRileyDev/simulator-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server