Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. SilbercueSwift β€” iOS MCP Server
S
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:15:08 AM

SilbercueSwift β€” iOS MCP Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

iOS MCP server: 55 tools, xcresult parsing, UI automation, 15ms screenshots.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "silbercueswift-ios-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "silbercueswift-ios-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

SilbercueSwift

GitHub Release Free β€” 49 tools Pro available License: MIT MCP Registry Platform Swift 6.0 SilbercueSwift MCP server

The fastest, most complete MCP server for iOS development. One Swift binary, 58 tools, zero dependencies. SilbercueSwift has the most complete toolset of any alternative out there.

Built for Claude Code, Cursor, and any MCP-compatible AI agent.

Looking for an alternative to existing iOS MCP servers? SilbercueSwift covers the full feature set of XcodeBuildMCP, Appium-MCP, and iosef in a single binary β€” plus xcresult parsing, UI automation, code coverage, and up to 75x faster screenshots. See comparison below.

Why SilbercueSwift?

Every iOS MCP server has the same problem: raw xcodebuild output is useless for AI agents. 500 lines of build log, stderr noise mistaken for errors, no structured test results. Agents waste minutes parsing what a human sees in seconds.

SilbercueSwift fixes this. It parses .xcresult bundles β€” the same structured data Xcode uses internally β€” and returns exactly what the agent needs: pass/fail counts, failure messages with file:line, code coverage per file, and failure screenshots.

What you getXcodeBuildMCPAppium-MCPiosefSilbercueSwift
Screenshot latency~1127ms~77ms~83ms~316ms
( ~15ms, 75x)
View hierarchy~259ms~938ms~44ms~31ms
( ~5ms)
Find elementβ€”76ms50ms31ms
( <1ms + auto-scroll)
Tap (coordinates)235ms470ms48ms16ms
( 4ms)
Swipe1284ms2685ms262ms~250ms
Build for simulatorYesβ€”β€”Yes
Build + Run in one callYes (sequential)β€”β€”Yes (parallel, ~9s faster)
Structured test resultsPartialβ€”β€”Full xcresult JSON
Failure screenshots from xcresultβ€”β€”β€”Auto-exported
Code coverage per fileBasicβ€”β€”Sorted, filterable
Build error diagnosisstderr parsingβ€”β€”xcresult JSON with file:line
Navigate (find + tap + verify)β€”β€”β€”1 call (~380ms)
Double tapβ€”β€”β€”~60ms
Drag & dropβ€”Coordinates only (3 calls)β€”Element-to-element (1 call)
Scroll to elementβ€”Manual swipe loopβ€”SmartScroll (1 call)
Alert handlingβ€”Single alertβ€”3-tier search + batch accept_all
iOS 18 ContactsUI dialogβ€”β€”β€”Supported
Batch UI automationβ€”β€”β€”run_plan: multi-step plans with adaptive decisions
Log filteringSubsystem onlyβ€”PartialTopic-filtered: 90% fewer tokens
Console log per failed testβ€”β€”β€”Optional
Wait for log patternβ€”β€”β€”Regex + timeout
Visual regressionβ€”β€”β€”Baseline + pixel diff
Multi-device checkβ€”β€”β€”Dark Mode, Landscape, iPad
Cross-platform (Android)β€”Yesβ€”β€”
Tools77 (Rust)61 (Node.js + Appium)15 (Swift)58 (Native Swift, 8.5MB)
Cold start~400ms~1000ms~100ms~50ms

Where SilbercueSwift really shines

killer feat Screenshots up to 75x faster β€” ~316ms ( ~15ms)

Free tier screenshots (~316ms) are faster than XcodeBuildMCP (~1127ms) and most alternatives. Pro brings latency down to ~15ms β€” 5x faster than Appium, 75x faster than XcodeBuildMCP. Agents can take screenshots freely without penalty at either tier.

killer feat Structured test results from xcresult bundles β€” zero guesswork on failures

When a test fails, the agent gets the error message, the exact file:line, a screenshot of the failure state, and optionally the console output β€” all parsed from Apple's .xcresult format. No guessing from 500 lines of xcodebuild stderr. This is the difference between "agent knows what broke" and "agent guesses what broke".

killer feat Single binary, zero dependencies β€” 58 tools, install in 10 seconds

brew install silbercueswift β€” done. 8.5MB native Swift binary. No Node.js, no npm, no Appium server, no Python, no Java, no Rust toolchain. Cold start in ~50ms. The fastest way to get an iOS MCP server running.

killer feat Agent reads only what matters β€” 90% fewer tokens, zero wasted calls (topic filtering )

Free tier already strips noise: 15 known noise processes are excluded at capture time, and duplicate lines are collapsed (79% I/O reduction). Pro adds topic filtering β€” read_logs categorizes lines into 8 topics and shows only app + crashes by default, with a menu: network(87) lifecycle(12) springboard(8). The agent opens specific topics in one call β€” no guessing, no iteration.

strong One call to dismiss all permission dialogs β€” 3 alerts in 1 roundtrip

Every app shows 2–3 permission dialogs on first launch. Other servers require the agent to screenshot β†’ find button β†’ click, per dialog. handle_alert(action: "accept_all") clears them all in a single call, searching across SpringBoard, ContactsUI, and the active app. Free tier handles alerts individually with accept / dismiss.

strong Drag & drop with element IDs β€” 1 call instead of 3

"Drag item A above item B" is a single call: drag_and_drop(source_element: "el-0", target_element: "el-1"). The competition only supports raw coordinates, forcing the agent to find both elements, extract their frames, and build a W3C Actions sequence β€” 3 calls minimum.

strong Auto-scroll to off-screen elements β€” no more manual swipe loops

find_element(using: "accessibility id", value: "Save", scroll: true) scrolls automatically until the element appears. SmartScroll handles UIKit, SwiftUI, and lazy-loaded lists β€” no guessing scroll direction.

strong View hierarchy in ~31ms (Free) / ~5ms (Pro) β€” up to 188x faster element inspection

get_source returns the full UI tree in ~31ms (Free) or ~5ms (Pro). The fastest competitor takes 44ms, most take 250ms+. This makes element inspection practically free for agents.

killer feat Navigate in one call β€” find + tap + settle + screenshot in ~380ms

navigate(to: "Settings") finds the element, taps it, waits for the screen to settle, and returns a verification screenshot β€” all in a single call. No competitor offers this. Agents save 3-4 tool calls per navigation step.

strong Batch UI automation β€” run_plan executes multi-step plans with adaptive decisions

run_plan takes a sequence of UI steps and executes them server-side. When a step needs a decision (unexpected dialog, element not found), it falls back through 4 tiers β€” from MCP sampling to pause & resume. No more "one tool call per tap" overhead.

Quick Start

Install via Homebrew

bash
brew tap silbercue/silbercue
brew install silbercueswift

Or build from source

bash
git clone https://github.com/silbercue/SilbercueSwift.git
cd SilbercueSwift
swift build -c release
cp .build/release/SilbercueSwift /usr/local/bin/

Configure in Claude Code

One command β€” installs globally for all projects:

Terminal
claude mcp add --scope user SilbercueSwift /opt/homebrew/bin/SilbercueSwift

Note: Use the full path (/opt/homebrew/bin/SilbercueSwift). Claude Code starts MCP servers without a full shell PATH, so bare command names won't be found.

Configure in Cursor

Add to ~/.cursor/mcp.json:

config.json
{
  "mcpServers": {
    "SilbercueSwift": {
      "command": "/opt/homebrew/bin/SilbercueSwift"
    }
  }
}

Configure in other MCP clients (Cline, Continue, etc.)

Any client that supports stdio MCP servers: point to /opt/homebrew/bin/SilbercueSwift with no arguments.

Uninstall

Terminal
claude mcp remove --scope user SilbercueSwift
brew uninstall silbercueswift
brew untap silbercue/silbercue

Free vs Pro

SilbercueSwift ships 49 tools for free β€” build, test, simulate, automate UI, capture logs, and take screenshots. No time limit, no signup.

Pro adds 9 tools and faster internals for teams and power users who need the full picture.

FreePro
Build, test, sim management49 tools58 tools
Screenshot~316ms~15ms (75x faster)
Structured test results (xcresult)YesYes
Find element31ms<1ms
View hierarchy31ms~5ms
Tap (coordinates)16ms4ms
Click / type / swipe / double tap / long press / drag & dropYesYes
Navigate (find + tap + verify)YesYes
Batch UI automation (run_plan)YesYes
Alert handlingSingle accept/dismiss+ Batch accept_all / dismiss_all
Log captureSmart + verbose+ App mode, topic filtering
Console capture, git toolsYesYes
Scroll to elementβ€”SmartScroll
Visual regressionβ€”Baseline + pixel diff
Multi-device checkβ€”Dark Mode, Landscape, iPad
Accessibility checkβ€”Dynamic Type rendering
Localization checkβ€”Multi-language + RTL
Pinch / zoomβ€”Yes

Pro costs 12 EUR/month. Get a license on Polar.sh, then:

bash
silbercueswift activate <YOUR-LICENSE-KEY>

58 Tools in 14 Categories

Build (5 tools)

ToolDescription
build_simBuild for iOS Simulator β€” returns structured errors + caches bundle ID & app path
build_run_simBuild + boot + install + launch in one call β€” parallel 2-phase pipeline, ~9s faster than sequential
cleanClean build artifacts
discover_projectsFind .xcodeproj/.xcworkspace files
list_schemesList available schemes

Testing & Diagnostics (4 tools)

ToolDescription
test_simRun tests + structured xcresult summary (pass/fail/duration)
test_failuresFailed tests with error messages, file:line, and failure screenshots
test_coverageCode coverage per file, sorted and filterable
build_and_diagnoseBuild + structured errors/warnings from xcresult

Simulator (12 tools)

ToolDescription
list_simsList available simulators
boot_simBoot a simulator
shutdown_simShut down a simulator
install_appInstall .app bundle
launch_appLaunch app by bundle ID
terminate_appTerminate running app
clone_simClone an existing simulator
erase_simErase simulator content and settings
delete_simDelete a simulator
set_orientationRotate device (PORTRAIT, LANDSCAPE_LEFT, LANDSCAPE_RIGHT) via WDA
sim_statusSimulator state (booted/shutdown, device type, runtime)
sim_inspectDetailed simulator info (data path, log path, UDID)

UI Automation (16 tools)

Native input for gestures, WDA for element queries and alerts β€” no Appium, no Node.js, no Python.

ToolDescriptionLatency
handle_alertAccept, dismiss, or batch-handle system & in-app alerts~200ms
find_element / find_elementsFind elements by accessibility ID, predicate, class chain. scroll: true auto-scrolls until the element appears (SmartScroll β€” 3 fallback strategies)31ms
( <1ms)
click_elementTap a UI element~75ms
tap_coordinatesCoordinate-based tap~16ms
( ~4ms)
double_tap / long_pressDouble tap or long press at coordinates~60ms / ~1000ms
swipeDirectional swipe~250ms
pinchZoom in/out~400ms
drag_and_dropDrag from source to target β€” element-to-element, coordinates, or mixed. Smart defaults for reorderable lists, Kanban boards, sliders~1.3s
navigateFind + tap + settle + screenshot in 1 call β€” saves 3-4 roundtrips~380ms
type_text / get_textType into or read from elements~100-300ms
get_sourceFull view hierarchy (JSON/XML)~31ms
( ~5ms)
wda_status / wda_create_sessionWDA health check & session management~50-100ms

handle_alert β€” the smartest alert handler

bash
# Accept a single alert with smart defaults
handle_alert(action: "accept")

# Dismiss with a specific button label
handle_alert(action: "dismiss", button_label: "Not Now")

# Batch-accept ALL alerts after app launch (unique to SilbercueSwift)
handle_alert(action: "accept_all")

3-tier alert search β€” finds alerts across:

  1. Springboard β€” system permission dialogs (Location, Camera, Tracking)
  2. ContactsUI β€” iOS 18+ Contacts "Limited Access" dialog (separate process)
  3. Active app β€” in-app UIAlertController dialogs

Smart defaults β€” knows which button to tap:

  • Accept: "Allow" β†’ "Allow While Using App" β†’ "OK" β†’ "Continue" β†’ last button
  • Dismiss: "Don't Allow" (handles Unicode U+2019) β†’ "Cancel" β†’ "Not Now" β†’ first button

Batch mode β€” accept_all / dismiss_all loops through multiple sequential alerts server-side. One HTTP roundtrip instead of N. Returns details of every handled alert.

These capabilities go beyond what other iOS MCP servers currently offer.

Screenshots (1 tool)

ToolLatency
screenshotFree: ~316ms / Pro: ~15ms

Logs (4 tools)

ToolDescription
start_log_captureSmart-filtered os_log stream β€” 3 modes: smart (default, topic filtering enabled), app (tight stream, auto-detected), verbose (unfiltered). Deduplicates repetitive lines.
stop_log_captureStop capture
read_logsTopic-filtered reading β€” default: app + crashes only. Response includes topic menu with line counts. Add topics via include parameter.
wait_for_logWait for regex pattern with timeout β€” eliminates sleep() hacks

Smart Log Filtering β€” 4 layers, zero config

bash
# Start capture (default: smart mode β€” broad stream, topic filtering enabled)
start_log_capture()

# Read logs β€” default shows only app logs + crashes + topic menu
read_logs()
# β†’ --- 230 buffered, 42 shown [app, crashes] ---
# β†’ Topics: app(35) crashes(2) | network(87) lifecycle(12) springboard(8) widgets(0) background(3) system(83)
# β†’ Hint: include=["network"] to add SSL/TLS + background transfer logs
# β†’ ---
# β†’ [42 filtered lines]

# Agent sees network(87) and wants SSL details β€” one call:
read_logs(include: ["network"])

# Narrow stream for production monitoring:
start_log_capture(mode: "app")

# Bypass mode logic with explicit predicate:
start_log_capture(subsystem: "com.apple.SwiftUI")

4 filter layers:

  1. Stream-side noise exclusion β€” 15 known noise processes + subsystem/category exclusions removed before buffering. Server-side filtering in logd β€” 79% I/O reduction.
  2. 3 capture modes β€” smart (default, broad stream for topic filtering), app (tight, auto-detected bundle ID + process name), verbose (unfiltered).
  3. Read-time topic filtering β€” read_logs categorizes every buffered line into 8 topics (app, crashes, network, lifecycle, springboard, widgets, background, system). Default shows only app + crashes. Agent adds topics as needed β€” stateless per call.
  4. Buffer deduplication β€” 60 identical heartbeat lines become 2: the line itself + ... repeated 59x.

8 topics with LLM-optimized menu:

TopicMatchesUse case
app (always on)subsystem == bundleId OR process == appNameYour app: os_log, print(), NSLog()
crashes (always on)fault-level logsCrashes from any process
networktrustd, nsurlsessiondSSL/TLS certs, background transfers
lifecyclerunningboardd, com.apple.runningboard.*Jetsam, memory pressure, app kills
springboardSpringBoardPush notifications, app state
widgetschronodWidgetKit timeline, refresh budget
backgroundcom.apple.xpc.activity.*BGTaskScheduler, background fetch
systemeverything elseWARNING: high volume

Console (3 tools)

ToolDescription
launch_app_consoleLaunch app with stdout/stderr capture
read_app_consoleRead console output
stop_app_consoleStop console capture

Git (5 tools)

ToolDescription
git_status / git_diff / git_logRead operations
git_commit / git_branchWrite operations

Visual Regression (2 tools)

ToolDescription
save_visual_baselineSave a screenshot as a named baseline
compare_visualCompare current screen against baseline β€” pixel diff + match score

Multi-Device (1 tool)

ToolDescription
multi_device_checkRun visual checks across multiple simulators (Dark Mode, Landscape, iPad) β€” returns layout scores

Accessibility (1 tool)

ToolDescription
accessibility_checkRender screens across Dynamic Type content size categories β€” detects truncation and layout issues

Localization (1 tool)

ToolDescription
localization_checkRender screens across languages including RTL (Arabic, Hebrew) β€” detects layout breaks

Automation (2 tools)

ToolDescription
run_planExecute a multi-step UI automation plan server-side β€” adaptive decisions with 4-tier fallback
run_plan_decideResume a paused plan with a decision β€” for clients without MCP sampling

Session (1 tool)

ToolDescription
set_defaultsSet default project, scheme, simulator β€” avoids repeating params

xcresult Parsing β€” The Killer Feature

The Problem

Every Xcode MCP server returns raw xcodebuild output. For a test run, that's 500+ lines of noise. AI agents can't reliably extract which tests failed and why.

The Solution

SilbercueSwift uses xcresulttool to parse the .xcresult bundle β€” the same structured data Xcode's Test Navigator uses.

Code
# One call, structured result
test_sim(project: "MyApp.xcodeproj", scheme: "MyApp")

β†’ Tests FAILED in 15.2s
  12 total, 10 passed, 2 FAILED
  FAIL: Login shows error message
    LoginTests.swift:47: XCTAssertTrue failed
  FAIL: Profile image loads
    ProfileTests.swift:112: Expected non-nil value

  Failure screenshots (2):
    /tmp/ss-attachments/LoginTests_failure.png
    /tmp/ss-attachments/ProfileTests_failure.png

  Device: iPhone 16 Pro (18.2)
  xcresult: /tmp/ss-test-1774607917.xcresult

The agent gets:

  • Pass/fail counts β€” immediate overview
  • Failure messages with file:line β€” actionable
  • Failure screenshots β€” visual context (Claude is multimodal)
  • xcresult path β€” reusable for test_failures or test_coverage

Deep Failure Analysis

Code
test_failures(xcresult_path: "/tmp/ss-test-*.xcresult", include_console: true)

β†’ FAIL: Login shows error message [LoginTests/testErrorMessage()]
    LoginTests.swift:47: XCTAssertTrue failed
    Screenshot: /tmp/ss-attachments/LoginTests_failure.png
    Console:
      [LoginService] Network timeout after 5.0s
      [LoginService] Retrying with fallback URL...
      ✘ Test "Login shows error message" failed after 6.2s

Code Coverage

Code
test_coverage(project: "MyApp.xcodeproj", scheme: "MyApp", min_coverage: 80)

β†’ Overall coverage: 72.3%

  Target: MyApp.app (74.1%)
      0.0% AnalyticsService.swift
     45.2% LoginViewModel.swift
     67.8% ProfileManager.swift

  Target: MyAppTests.xctest (62.0%)
     ...

Benchmarks

Measured on M3 MacBook Pro, iOS 26.4 Simulator. All values are median of 5 runs after 2 warmups.

ActioniosefXcodeBuildMCPAppium-MCPSS FreeSS Pro
Screenshot83ms1127ms77ms316ms15ms
Find element50msN/A76ms31ms<1ms
Tap (coordinates)48ms235ms470ms16ms4ms
Swipe262ms1284ms2685ms~250ms~250ms
View hierarchy44ms259ms938ms31ms5ms
Navigate (1 call)β€”β€”β€”~380ms~380ms
Double tapβ€”β€”β€”~84ms~60ms
Drag & dropβ€”coords onlyβ€”~1.3s~1.3s
Handle alertβ€”β€”118ms~200ms~200ms
Handle 3 alerts (batch)β€”β€”3 calls~800ms (1 call)~800ms (1 call)
Scroll to elementβ€”β€”swipe loopβ€”Automatic
Build (clean)β€”2501msβ€”3188ms1800ms
Simulator list12ms567msβ€”15ms15ms
Cold start~100ms~400ms~1000ms~50ms~50ms
Binary size~5MB~4MB~200MB8.5MB8.5MB

Comparison with other MCP servers

See feature comparison table above for a detailed breakdown vs XcodeBuildMCP, Appium-MCP, and iosef. All three are excellent projects that pioneered iOS MCP tooling. SilbercueSwift combines all their feature sets with deeper integration into a single native binary. The only trade-off: SilbercueSwift is iOS-only (no Android, watchOS, tvOS, or visionOS).

Architecture

Code
SilbercueSwift (8.5MB Swift binary)
β”œβ”€β”€ MCP SDK (modelcontextprotocol/swift-sdk)
β”œβ”€β”€ StdioTransport (JSON-RPC)
└── 58 Tools in 14 Categories
    Build Β· Test Β· Simulator Β· Screenshot Β· UI Automation
    Logs Β· Console Β· Visual Regression Β· Multi-Device
    Accessibility Β· Localization Β· Automation Β· Git Β· Session

No Node.js. No Python. No Appium server. No Selenium. One binary.

Requirements

  • macOS 13+
  • Xcode 15+ (for xcresulttool and simctl)
  • Swift 6.0+ (for building from source)
  • WebDriverAgent installed on simulator (for UI automation tools)

License

The core binary and all 49 free tools are MIT licensed β€” see LICENSE. Use them however you want, commercially or otherwise.

Pro tools (9 additional tools + faster internals) require a paid license. The license validation code (LicenseManager.swift) is included in the source for transparency β€” you can see exactly what it checks and when.

Contributing

Issues and pull requests welcome. See CONTRIBUTING.md for guidelines.

Privacy

SilbercueSwift runs entirely on your Mac and collects no user data. See PRIVACY.md for details.

Related MCP Servers

View all in Developer Tools View all alternatives
  • R
    Raycast

    Raycast workflow automation MCP server with 9 tools

    πŸ’» Developer Tools1 views
    Compare vs Raycast β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Mcp logoMcp

    MCP server for Web Bluetooth on iOS Safari: scaffolding, UUID lookup, extension detection.

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’

Frequently Asked Questions about SilbercueSwift β€” iOS MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "silbercueswift-ios-mcp-server": { "command": "npx", "args": ["-y", "SilbercueSwift β€” iOS MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSilbercueSwift β€” iOS MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/silbercueswift-ios-mcp-server?style=directory)](https://allmcps.com/mcp/silbercueswift-ios-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/silbercueswift-ios-mcp-server"><img src="https://allmcps.com/api/badge/silbercueswift-ios-mcp-server?style=directory" alt="SilbercueSwift β€” iOS MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to SilbercueSwift β€” iOS MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code