# Apple Contacts (pypi · apple-contacts-mcp)

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

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

## Components

- mcpb · `apple-contacts-1.0.2.mcpb`: 17/100, [markdown](https://verifymcp.io/servers/jonathanrreed-apple-contacts-mcp/https-github-com-jonathanrreed-apple-mcps-releases-download-v1-0-2-apple-contact.md), [page](https://verifymcp.io/servers/jonathanrreed-apple-contacts-mcp/https-github-com-jonathanrreed-apple-mcps-releases-download-v1-0-2-apple-contact)
- pypi · `apple-contacts-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/jonathanrreed-apple-contacts-mcp/apple-contacts-mcp.md), [page](https://verifymcp.io/servers/jonathanrreed-apple-contacts-mcp/apple-contacts-mcp)

## Channel facts

- Registry: `pypi`
- Package: `apple-contacts-mcp`
- Version: `1.0.2`
- 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-18.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - 2 of 31 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 35/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 12 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 63/100
  - 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 645 tokens (~37/item across 17 items; 16 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add jonathanrreed-apple-contacts-mcp -- uvx apple-contacts-mcp
```

### Codex

```bash
codex mcp add jonathanrreed-apple-contacts-mcp -- uvx apple-contacts-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jonathanrreed-apple-contacts-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "apple-contacts-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jonathanrreed-apple-contacts-mcp --command uvx --arg apple-contacts-mcp
```

### Hermes

```yaml
mcp_servers:
  jonathanrreed-apple-contacts-mcp:
    command: "uvx"
    args: ["apple-contacts-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "jonathanrreed-apple-contacts-mcp": {
      "command": "uvx",
      "args": [
        "apple-contacts-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-18 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-16 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-14 (score 66, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-11 (score 62, +2)

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

### 2026-08-08 (score 60, 0)

- [functional improvement] Security disclosure: fail → pass

### 2026-08-06 (score 60, +24)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → 50
- [functional] First check of Schema quality: fair
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100

### 2026-08-05 (score 36)

First indexed and scored.

## MCP tools (16)

### `contacts_health` (~16 tokens)

Contacts Health

Report the active Apple Contacts MCP configuration.

Output parameters:

- `capabilities` (array)
- `contacts_accessible` (boolean)
- `ok` (boolean)
- `permission_error`
- `permission_suggestion`
- `safety_mode` (string)
- `server_name` (string)
- `transport` (string)
- `version` (string)

### `contacts_permission_guide` (~21 tokens)

Contacts Permission Guide

Explain how to grant Apple Contacts permission on macOS.

### `contacts_recheck_permissions` (~31 tokens)

Contacts Recheck Permissions

Recheck Contacts access after the user changes macOS permissions, and notify the client that Contacts resources changed.

Output parameters:

- `capabilities` (array)
- `contacts_accessible` (boolean)
- `ok` (boolean)
- `permission_error`
- `permission_suggestion`
- `safety_mode` (string)
- `server_name` (string)
- `transport` (string)
- `version` (string)

### `contacts_list_contacts` (~28 tokens)

List Contacts

List Apple Contacts entries.

Input parameters:

- `limit` (integer)
- `offset` (integer)

Output parameters:

- `result`

### `contacts_search_contacts` (~36 tokens)

Search Contacts

Search Apple Contacts by name, phone number, or email address.

Input parameters:

- `limit` (integer)
- `query` (string, required)

Output parameters:

- `result`

### `contacts_get_contact` (~29 tokens)

Get Contact

Fetch full details for an Apple Contacts record by contact_id.

Input parameters:

- `contact_id` (string, required)

Output parameters:

- `result`

### `contacts_resolve_message_recipient` (~39 tokens)

Resolve Message Recipient

Resolve a contact into a message-ready phone number or email address.

Input parameters:

- `channel` (string)
- `query` (string, required)

Output parameters:

- `result`

### `contacts_find_duplicates` (~28 tokens)

Find Duplicate Contacts

Find likely duplicate Apple Contacts records using names, nicknames, phone numbers, and email addresses.

Output parameters:

- `result`

### `contacts_suggest_merge_candidates` (~30 tokens)

Suggest Merge Candidates

Return likely duplicate Apple Contacts groups that are strong candidates for cleanup review.

Input parameters:

- `query`

Output parameters:

- `result`

### `contacts_create_contact` (~73 tokens)

Create Contact

Create a new contact in Apple Contacts with a first name (required) and optional last name, organization, and note.

Input parameters:

- `emails`
- `first_name` (string, required)
- `last_name` (string)
- `note` (string)
- `organization` (string)
- `phones`

Output parameters:

- `result`

### `contacts_update_contact` (~73 tokens)

Update Contact

Update an existing contact's information. Only the fields you provide will be changed.

Input parameters:

- `contact_id` (string, required)
- `emails`
- `first_name` (string)
- `last_name` (string)
- `note` (string)
- `organization` (string)
- `phones`

Output parameters:

- `result`

### `contacts_delete_contact` (~32 tokens)

Delete Contact

Permanently delete a contact by contact_id. Requires full_access safety mode.

Input parameters:

- `contact_id` (string, required)

Output parameters:

- `result`

### `contacts_list_prompts` (~21 tokens)

Contacts List Prompts

Fallback prompt discovery tool for tool-only MCP clients.

### `contacts_get_prompt` (~33 tokens)

Contacts Get Prompt

Fallback prompt rendering tool for tool-only MCP clients.

Input parameters:

- `arguments_json`
- `name` (string, required)

### `search_tools` (~50 tokens)

Search Tools

Search this server's tool catalog by keyword, alias, or domain tag.

Input parameters:

- `domain_tags`
- `limit` (integer)
- `mode` (string)
- `query` (string, required)

### `get_tool_info` (~48 tokens)

Get Tool Info

Load the full schema, examples, and metadata for one tool from this server.

Input parameters:

- `include_examples` (boolean)
- `include_schema` (boolean)
- `name` (string, required)

## Diagnostics

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

## Score history

- 2026-08-18: 68
- 2026-08-17: 67
- 2026-08-16: 67
- 2026-08-15: 66
- 2026-08-14: 66
- 2026-08-13: 62
- 2026-08-12: 62
- 2026-08-11: 62
- 2026-08-10: 60
- 2026-08-09: 60
- 2026-08-08: 60
- 2026-08-07: 60
- 2026-08-06: 60
- 2026-08-05: 36

## Links

- PyPI project: https://pypi.org/project/apple-contacts-mcp/
- Socket report: https://socket.dev/pypi/package/apple-contacts-mcp
- Repository: https://github.com/JonathanRReed/Apple-MCPs
- Changelog RSS feed: https://verifymcp.io/servers/jonathanrreed-apple-contacts-mcp/apple-contacts-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/jonathanrreed-apple-contacts-mcp/apple-contacts-mcp.json
- HTML version of this page: https://verifymcp.io/servers/jonathanrreed-apple-contacts-mcp/apple-contacts-mcp
