# io.github.Lucid-Systems-LLC/lucid-apple-mcp (npm · lucid-apple-mcp)

On-device Apple Intelligence as MCP tools for macOS — OCR, tables, entity detection, generation.

- Trust score: 60/100 (medium)
- Change this week: +42
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `lucid-apple-mcp`: 60/100 (this document), [markdown](https://verifymcp.io/servers/lucid-systems-llc-lucid-apple-mcp/lucid-apple-mcp.md), [page](https://verifymcp.io/servers/lucid-systems-llc-lucid-apple-mcp/lucid-apple-mcp)

## Channel facts

- Registry: `npm`
- Package: `lucid-apple-mcp`
- Version: `0.3.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 74/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - Install-script check failed: the install command fetches or executes arbitrary code (inline_eval). An install hook runs on every machine, in CI, and on transitive installs, whether or not you ever run the server.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 44 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 449 tokens (~64/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add lucid-systems-llc-lucid-apple-mcp -- npx -y lucid-apple-mcp
```

### Codex

```bash
codex mcp add lucid-systems-llc-lucid-apple-mcp -- npx -y lucid-apple-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lucid-systems-llc-lucid-apple-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "lucid-apple-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lucid-systems-llc-lucid-apple-mcp --command npx --arg -y --arg lucid-apple-mcp
```

### Hermes

```yaml
mcp_servers:
  lucid-systems-llc-lucid-apple-mcp:
    command: "npx"
    args: ["-y", "lucid-apple-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "lucid-systems-llc-lucid-apple-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lucid-apple-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 56, +40)

- [security regression] Install scripts: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The scripts that run when this package is installed changed: postinstall
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 16, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 22, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 40, +22)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 100

### 2026-07-27 (score 18)

First indexed and scored.

## MCP tools (7)

### `ocr` (~58 tokens)

Extract text from an image or rendered PDF page using on-device Apple Vision OCR. Fully offline, ~0.2s.

Input parameters:

- `path` (string, required): Absolute path to an image (png/jpg/heic/tiff) or rendered PDF page.

### `generate` (~61 tokens)

Ask Apple's on-device Intelligence model (offline). Good for quick answers, drafting, rewriting. Concise; not for deep reasoning.

Input parameters:

- `instructions` (string): Optional system-style guidance (tone, role, format).
- `prompt` (string, required): The prompt / question.

### `summarize` (~34 tokens)

Summarize text concisely using Apple's on-device Intelligence model (offline).

Input parameters:

- `text` (string, required): The text to summarize.

### `extract` (~97 tokens)

Extract STRUCTURED data from text with Apple's on-device model (offline) — returns JSON. Great for pulling an event, action items, or contact fields out of an email / note / message.

Input parameters:

- `text` (string, required): The source text.
- `want` (string): What to extract, e.g. 'the meeting date, time, attendees, and location' or 'all action items'. Defaults to key fields/entities/dates/action-items.

### `classify` (~51 tokens)

Classify text into EXACTLY ONE of a provided set of labels, on-device (offline).

Input parameters:

- `labels` (array, required): The allowed labels (pick exactly one).
- `text` (string, required): The text to classify.

### `detect` (~57 tokens)

Detect dates, links, phone numbers, and addresses in text (NSDataDetector — fully offline + deterministic). Returns a JSON array of items. Pairs well with extract for grounding calendar/contact data.

Input parameters:

- `text` (string, required): The text to scan.

### `recognize_document` (~91 tokens)

STRUCTURED document OCR via Apple Vision (RecognizeDocumentsRequest, offline). Returns JSON {transcript, tables} and preserves TABLES as rows/cells + reading order — unlike `ocr`, which flattens layout. Use for tables, forms, receipts, and multi-column documents.

Input parameters:

- `path` (string, required): Absolute path to an image (png/jpg/heic/tiff) or rendered PDF page.

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/lucid-systems-llc-lucid-apple-mcp/lucid-apple-mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 56
- 2026-08-01: 16
- 2026-07-31: 16
- 2026-07-30: 22
- 2026-07-28: 40
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/lucid-apple-mcp
- Socket report: https://socket.dev/npm/package/lucid-apple-mcp
- Changelog RSS feed: https://verifymcp.io/servers/lucid-systems-llc-lucid-apple-mcp/lucid-apple-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lucid-systems-llc-lucid-apple-mcp/lucid-apple-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lucid-systems-llc-lucid-apple-mcp/lucid-apple-mcp
