Skip to main content
Glama
xuxueyong1

iOS Screenshot MCP Server

by xuxueyong1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
take_ios_screenshot_toolC
截取 iOS 设备屏幕并保存为图片文件

Args:
    platform_name: 平台名称,默认为 iOS
    automation_name: 自动化框架名称,默认为 XCUITest
    device_name: 设备名称,默认为 iPhone 16 Pro Max
    udid: 设备唯一标识符
    bundle_id: 应用 Bundle ID
    appium_server_url: Appium 服务器地址
    output_path: 截图保存路径

Returns:
    截图文件的完整路径

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The tool's purpose is clearly defined.

Naming Consistency5/5

The single tool name follows a consistent snake_case pattern, which is fine. There is no inconsistency within the set.

Tool Count2/5

One tool is too few for a server dedicated to iOS screenshots. Even though the tool is parameterized, a minimal set would include at least a device listing or connectivity check tool.

Completeness3/5

The core functionality of taking a screenshot is covered, but missing tools for device discovery, status checks, or screenshot management leave notable gaps in the surface.

Maintenance

ActivityStale
ResponsivenessNo issues