Skip to main content
Glama

ShipKit

MCP server for shipping iOS apps. Wraps XcodeBuildMCP and App Store Connect API.

Tools

Tool

Description

screenshot

Take a screenshot of the iOS app running in the Simulator via xcrun simctl

metadata

Get or update App Store Connect metadata (title, subtitle, description, keywords, whatsNew)

submit-review

Submit an app version for App Store review

Related MCP server: xcode-cloud-mcp

Setup

npm install
npm run build

Environment Variables

For metadata and submit-review tools, set the following:

export ASC_KEY_ID="your-key-id"
export ASC_ISSUER_ID="your-issuer-id"
export ASC_PRIVATE_KEY="$(cat path/to/AuthKey_XXXXXX.p8)"

Generate these in App Store Connect > Users and Access > Integrations > App Store Connect API.

Usage

Claude Desktop / claude_desktop_config.json

{
  "mcpServers": {
    "shipkit": {
      "command": "node",
      "args": ["/path/to/shipkit/dist/index.js"],
      "env": {
        "ASC_KEY_ID": "your-key-id",
        "ASC_ISSUER_ID": "your-issuer-id",
        "ASC_PRIVATE_KEY": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----"
      }
    }
  }
}

Development

npm run dev       # watch mode with tsx
npm run inspect   # open MCP inspector

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that drives the full App Store release cycle for iOS and macOS apps: version bump, archive + TestFlight upload, metadata, review submission, and status.
    8
    50
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for interacting with Xcode build tools, iOS Simulator, and Apple notarization services.
    12
    5
    MIT

Latest Blog Posts

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/marumemomo/shipkit'

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