Apple Contacts is a Model Context Protocol (MCP) server: Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient. Because it speaks the Model Context Protocol, AI assistants can use Apple Contacts as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package apple-contacts-mcp (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v1.0.2, published under the MIT license, with source at JonathanRReed/Apple-MCPs on GitHub, where it has earned 12 stars.
On mcp.site, Apple Contacts sits in the Productivity category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Apple Contacts for JonathanRReed, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — apple-contacts-mcp · MCP over stdio
▸Open source — MIT license · JonathanRReed/Apple-MCPs