apple-contacts-mcp

s-morgan-jeffries/apple-contacts-mcp
★ 0 stars Python 🔌 API Integration Updated 1d ago
MCP server for Apple Contacts on macOS
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-contacts-mcp": {
      "command": "uvx",
      "args": [
        "apple-contacts-mcp"
      ]
    }
  }
}

Or install with pip: pip install apple-contacts-mcp

README Excerpt

A Model Context Protocol server for Apple Contacts on macOS. > **Status:** bootstrap phase. No tools shipped yet — see [BOOTSTRAP.md](BOOTSTRAP.md) and [INITIAL_ISSUES.md](INITIAL_ISSUES.md) (TBD) for the v0.1.0 roadmap. The first feature lands once Phase 0 API research is complete. ```bash git clone https://github.com/s-morgan-jeffries/apple-contacts-mcp.git