Skip to main content
Glama

iOS Automation MCP Server

__init__.py•685 B
""" iOS-specific MCP tools. This package contains MCP tools specific to iOS automation using XCUITest and iOS Simulator interactions: - AppiumTapTypeTool: Advanced text input using Appium automation - FindAndTapTool: Intelligent element finding and tapping - LaunchAppTool: iOS application launching functionality - ScreenshotTool: iOS simulator screenshot capture """ from .appium_tap_type_tool import AppiumTapTypeTool from .find_and_tap_tool import FindAndTapTool from .launch_app_tool import LaunchAppTool from .screenshot_tool import ScreenshotTool __version__ = "2.0.0" __all__ = [ "AppiumTapTypeTool", "FindAndTapTool", "LaunchAppTool", "ScreenshotTool" ]

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/iHackSubhodip/mcp-server-demo'

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