contacts
Search and retrieve contacts from the Apple Contacts app by entering a full or partial name. Use to quickly access specific or complete contact lists directly via the Apple MCP Server.
Instructions
Search and retrieve contacts from Apple Contacts app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name to search for (optional - if not provided, returns all contacts). Can be partial name to search. |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name to search for (optional - if not provided, returns all contacts). Can be partial name to search.",
"type": "string"
}
},
"type": "object"
}