Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Apple Calendar

PYPI · APPLE-CALENDAR-MCP · 2 COMPONENTS · SCANNED AUG 18

List, create, update, and delete events in Apple Calendar on macOS.

+6 this week 68 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 2 of 31 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
Schema Quality & AI Usability64
  • 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 564 tokens (~37/item across 15 items; 13 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management40
  • Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

pypi · apple-calendar-mcp

# add to Claude Code
claude mcp add jonathanrreed-apple-calendar-mcp -- uvx apple-calendar-mcp
# add to Codex CLI
codex mcp add jonathanrreed-apple-calendar-mcp -- uvx apple-calendar-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jonathanrreed-apple-calendar-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "apple-calendar-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jonathanrreed-apple-calendar-mcp --command uvx --arg apple-calendar-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jonathanrreed-apple-calendar-mcp:
    command: "uvx"
    args: ["apple-calendar-mcp"]
// mcp.json
{
  "mcpServers": {
    "jonathanrreed-apple-calendar-mcp": {
      "command": "uvx",
      "args": [
        "apple-calendar-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 18 Aug 26 +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.

  • 16 Aug 26 +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.

  • 14 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 11 Aug 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 7 Aug 26 +1
    • Security disclosure: fail → pass functional
  • 6 Aug 26 +22
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • 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 functional
  • 5 Aug 26 36

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 18 Aug 2026 · Analysed pypi/apple-calendar-mcp@1.0.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi
Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta
Dependencies 31 packages
Packages resolved 31
Stale 1
No linked repository 1
Tree resolution Complete
MCP tools · 13 exposed · ~486 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
calendar_create_event ~74

Create a new event in a specific Apple Calendar calendar.

NameTypeReqDescription
all_dayboolean
calendar_idstringyes
end_isostringyes
location
notes
recurrence
start_isostringyes
titlestringyes
NameTypeReqDescription
resultyes

No examples provided.

calendar_delete_event ~25

Delete a calendar event by event_id.

NameTypeReqDescription
event_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

calendar_get_event ~28

Fetch full details for a calendar event by event_id.

NameTypeReqDescription
event_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

calendar_get_prompt ~33

Fallback prompt rendering tool for tool-only MCP clients.

NameTypeReqDescription
arguments_json
namestringyes

Structured output declared, but exposes no named fields.

No examples provided.

calendar_health ~16

Report the active Apple Calendar server configuration.

Input schema present but exposes no named parameters.

NameTypeReqDescription
access_statusstringyes
can_read_eventsbooleanyes
can_write_eventsbooleanyes
capabilitiesarrayyes
helper_availablebooleanyes
helper_compiledbooleanyes
okboolean
permission_error
permission_suggestion
safety_modestringyes
server_namestringyes
transportstring
versionstringyes

No examples provided.

calendar_list_calendars ~17

List available Apple Calendar calendars.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultyes

No examples provided.

calendar_list_events ~50

List calendar events in a time window, optionally filtered to one calendar.

NameTypeReqDescription
calendar_id
end_isostringyes
limit
start_isostringyes
NameTypeReqDescription
resultyes

No examples provided.

calendar_list_prompts ~21

Fallback prompt discovery tool for tool-only MCP clients.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

calendar_permission_guide ~21

Explain how to grant Apple Calendar permission on macOS.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

calendar_recheck_permissions ~31

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

Input schema present but exposes no named parameters.

NameTypeReqDescription
access_statusstringyes
can_read_eventsbooleanyes
can_write_eventsbooleanyes
capabilitiesarrayyes
helper_availablebooleanyes
helper_compiledbooleanyes
okboolean
permission_error
permission_suggestion
safety_modestringyes
server_namestringyes
transportstring
versionstringyes

No examples provided.

calendar_update_event ~72

Update one or more fields on an existing calendar event.

NameTypeReqDescription
all_day
calendar_id
end_iso
event_idstringyes
location
notes
recurrence
start_iso
title
NameTypeReqDescription
resultyes

No examples provided.

get_tool_info ~48

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

NameTypeReqDescription
include_examplesboolean
include_schemaboolean
namestringyes

Structured output declared, but exposes no named fields.

No examples provided.

search_tools ~50

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

NameTypeReqDescription
domain_tags
limitinteger
modestring
querystringyes

Structured output declared, but exposes no named fields.

No examples provided.