Mobile Engineer (iOS)4 MCP serversMCP 2025-06-18 Beta

Mobile Engineer (iOS) Loadout

4 MCP servers for shipping iOS without leaving the chat

Last verified:

Read your Swift project, ship via GitHub, watch crashes in Sentry, and pull design specs from Figma. A focused loadout for iOS engineers who write code more than they manage tools.

Install Mobile Engineer (iOS) Loadout

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/ios-app"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_..." }
    },
    "sentry": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sentry"],
      "env": { "SENTRY_AUTH_TOKEN": "..." }
    },
    "figma": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-figma"],
      "env": { "FIGMA_ACCESS_TOKEN": "figd_..." }
    }
  }
}

After pasting, fully restart your MCP client. Replace placeholders (paths, API keys) with your own values.

What's in this loadout

What you can do with it

  • Crash triage

    Pull the top 10 iOS crashes from sentry in the last 7 days. For each, find the swift file in /Users/me/ios-app responsible and propose a fix.
  • Design-to-Swift

    Read the latest "Onboarding v2" frame in figma. Generate a SwiftUI view that matches the layout and uses our existing color tokens in /Users/me/ios-app/Sources/DesignSystem.
  • Release branch sweep

    List all PRs merged into main since the v3.4 tag on github. Group by area (auth, payments, UI) and draft release notes.

Client compatibility

  • Claude Desktop 0.7.4
    Tested ✓
  • Cursor 0.42+
    Tested ✓
  • Windsurf 1.4
    Tested ✓
  • Continue 0.9
    Untested

Variants

Heavy version

Adds Linear for proper bug tracking and Memory for retaining context across review sessions.

Adds: mcp-server-linear, mcp-server-memory

Lite version

Filesystem + GitHub. Just code and source control.

Removes: mcp-server-sentry, mcp-server-figma

FAQ — Mobile Engineer (iOS) Loadout

  • What is the Mobile Engineer (iOS) Loadout?

    Read your Swift project, ship via GitHub, watch crashes in Sentry, and pull design specs from Figma. A focused loadout for iOS engineers who write code more than they manage tools. It includes 4 MCP servers: Filesystem MCP Server, GitHub MCP Server, Sentry MCP, Figma MCP Server.

  • Does this loadout work with Cursor and Windsurf?

    Yes. The config block above is one JSON object that drops into Claude Desktop's, Cursor's, or Windsurf's MCP config. Each client uses the same mcpServers schema; only the file path differs.

  • How long does setup take?

    About 3 minutes the first time: copy the config, paste it into your client's MCP configuration file, replace placeholder API keys with your own, and restart the client.

  • Can I customise this loadout?

    Yes. Use the Lite version if you want fewer servers, or the Heavy version to add 2 more for advanced workflows. You can also remove any individual server by deleting its entry from the JSON.

  • How much does it cost?

    Loadout itself is free. Most listed servers are open-source and free to run. Servers that talk to paid SaaS (Stripe, SendGrid, Linear, etc.) follow that vendor's pricing.

  • When was this loadout last verified?

    Last verified on 2026-04-24. We re-test featured loadouts at least monthly and update the config when MCP servers ship breaking changes.