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_MODESafety 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-mcpRelated MCP servers
Apple Calendar
Active
List, create, update, and delete events in Apple Calendar on macOS.
9
View repository →Python
MIT
Apple Files
Active
Inspect and manage local files and folders inside allowed roots on macOS.
9
View repository →Python
MIT
Apple Maps
Active
Search places, estimate routes, and build Apple Maps links on macOS.
9
View repository →Python
MIT
Apple Mail
Active
Read, search, compose, and send emails via Apple Mail on macOS.
9
View repository →Python
MIT
Apple Notes
Active
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.
9
View repository →Python
MIT
Apple Reminders
Active
List, create, update, complete, and delete reminders in Apple Reminders on macOS.
9
View repository →Python
MIT