PluginBench
MCP Server
Active
MIT

Apple Contacts MCP Server

io.github.JonathanRReed/apple-contacts-mcp

What is the Apple Contacts MCP server?

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

How to install Apple Contacts

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APPLE_CONTACTS_MCP_SAFETY_MODE

    Safety mode for Contacts operations: safe_readonly, safe_manage, or full_access.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-contacts-mcp": {
      "command": "uvx",
      "args": [
        "apple-contacts-mcp"
      ],
      "env": {
        "APPLE_CONTACTS_MCP_SAFETY_MODE": "<YOUR_APPLE_CONTACTS_MCP_SAFETY_MODE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apple-contacts-mcp": {
      "command": "uvx",
      "args": [
        "apple-contacts-mcp"
      ],
      "env": {
        "APPLE_CONTACTS_MCP_SAFETY_MODE": "<YOUR_APPLE_CONTACTS_MCP_SAFETY_MODE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-contacts-mcp": {
      "command": "uvx",
      "args": [
        "apple-contacts-mcp"
      ],
      "env": {
        "APPLE_CONTACTS_MCP_SAFETY_MODE": "<YOUR_APPLE_CONTACTS_MCP_SAFETY_MODE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apple-contacts-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-contacts-mcp"
      ],
      "env": {
        "APPLE_CONTACTS_MCP_SAFETY_MODE": "<YOUR_APPLE_CONTACTS_MCP_SAFETY_MODE>"
      }
    }
  }
}
Claude Code
claude mcp add apple-contacts-mcp --env APPLE_CONTACTS_MCP_SAFETY_MODE=<YOUR_APPLE_CONTACTS_MCP_SAFETY_MODE> -- uvx apple-contacts-mcp

Related MCP servers

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

9
Python
MIT
View repository →

Inspect and manage local files and folders inside allowed roots on macOS.

9
Python
MIT
View repository →

Search places, estimate routes, and build Apple Maps links on macOS.

9
Python
MIT
View repository →

Read, search, compose, and send emails via Apple Mail on macOS.

9
Python
MIT
View repository →

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

9
Python
MIT
View repository →

List, create, update, complete, and delete reminders in Apple Reminders on macOS.

9
Python
MIT
View repository →