← Back to Plugins
MCP Server MCP

Apple Contacts

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx apple-contacts-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "apple-contacts-mcp",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safety mode for Contacts operations: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_CONTACTS_MCP_SAFETY_MODE"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-contacts-1.0.2.mcpb",
      "version": "1.0.2",
      "fileSha256": "a7e3e5e75a413c5893f5f64fb7564dfce22c4162ca6bda26b429a9e3173ca0db",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...