/ Verzeichnis / Playground / Apple Events MCP
● Community FradSer ⚡ Sofort

Apple Events MCP

von FradSer · FradSer/mcp-server-apple-events

Native macOS integration with Apple Reminders and Calendar via EventKit.

Apple Events MCP is a Model Context Protocol server by FradSer. Native macOS integration with Apple Reminders and Calendar via EventKit. See the source repo for setup, supported clients, and configuration details.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

apple-events-mcp.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "apple-events-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/FradSer/mcp-server-apple-events"
      ]
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "apple-events-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/FradSer/mcp-server-apple-events"
      ]
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "apple-events-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/FradSer/mcp-server-apple-events"
      ]
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-events-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/FradSer/mcp-server-apple-events"
      ]
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "apple-events-mcp",
      "command": "TODO",
      "args": [
        "See README: https://github.com/FradSer/mcp-server-apple-events"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "apple-events-mcp": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/FradSer/mcp-server-apple-events"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add apple-events-mcp -- TODO 'See README: https://github.com/FradSer/mcp-server-apple-events'

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: Apple Events MCP

Use Apple Events MCP for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Wann einsetzen: You need the capability: Native macOS integration with Apple Reminders and Calendar via EventKit.

Voraussetzungen
  • MCP server installed — See https://github.com/FradSer/mcp-server-apple-events for install instructions
Ablauf
  1. Install
    Install Apple Events MCP following the README at https://github.com/FradSer/mcp-server-apple-events✓ Kopiert
    → MCP server appears in your client's available tools/skills
  2. Invoke
    Use Apple Events MCP to complete the task described in its docs.✓ Kopiert
    → Agent calls the relevant tool/skill and returns a result

Ergebnis: Working integration with the capabilities advertised by the project.

Fallstricke
  • README is the source of truth; details here may lag upstream — Check https://github.com/FradSer/mcp-server-apple-events for the latest setup steps and tool list

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen