mcpbeat Sign in

Ios Agent Skill MCP Server

by nagarjuna2997 Your server? Claim it
local only

Ios Agent Skill runs on your own machine — the client starts it, so there is no endpoint to ping. 1 376 installs a week from npm. Last commit 17 Sep 2026.

Swift reviews, local Apple references, app scaffolding and iOS simulator workflows.

Installs per day peak 925 · avg 46 · +3964% w/w
a month agotoday
1 376
Installs / week
npm · ios-agent-mcp
33
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] data/local-library.mjs:1, [пакет] data/local-library.d.mts:1
этот файл ставится пользователю, но в репозитории его нет
      const file = path.join(staging, relative);
<td>fetch IDs, delete on a <code>@ModelActor</code></td>
<td><code>NSBatchDeleteRequest</code> + merge</td>
Dumps the whole environment mcp-server/src/unified.ts:36
      await client.connect(new StdioClientTransport({command:process.execPath,args:[path,...(i===0?args:[])],stderr:'inherit',env:Object.fromEntries(Object.entries(process.env).filter((pair): pair is [string,string]=>pair[1]!==undefined))}));
<td>Local retrieval (RAG) over the user's indexed content</td>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ios-agent-skill -- npx -y ios-agent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ios-agent-skill": {
      "args": [
        "-y",
        "ios-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ios-agent-skill]
command = "npx"
args = ["-y", "ios-agent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ios-agent-skill": {
      "args": [
        "-y",
        "ios-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ios-agent-skill": {
      "args": [
        "-y",
        "ios-agent-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ios Agent Skill

same job, measured the same way
Baepsae
by oozoofrog

Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge

45 installs/wk local only
MPM-Coding
by halflifezyf2680

Local MCP server for reliable long-running AI coding workflows.

local only
Orbit
by constellation-works

Orbit's local-first task and workflow registry for coding agents.

624 installs/wk local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
XCRS Mobile & TV Automation
by smbcloudxyz

MCP tools for testing mobile and TV apps on iOS simulators, Android phones, and Apple/Android TV.

local only
Mobai MCP
by mobai-app

AI-powered mobile device automation for Android and iOS devices, emulators, and simulators

328 installs/wk local only
Apollo.io MCP Server
by inferensys

Apollo.io MCP server for prospecting, enrichment, CRM, sequences, and outreach workflows

local only
Logicapps MCP
by laveeshb

MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring

38 installs/wk local only

Ios Agent Skill — questions

Answers built from our own checks of this server.

Why is there no uptime for Ios Agent Skill?
Ios Agent Skill runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ios-agent-mcp was installed 1 376 times last week.
How do I connect Ios Agent Skill?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ios-agent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ios Agent Skill?
The npm package ios-agent-mcp was installed 1 376 times in the last week. Week over week that is +3964%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ios Agent Skill open source?
Yes — it is published under the MIT licence, written in HTML and 33 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.