Apple Contacts for Windsurf
io.github.jonathanrreed/apple-contacts-mcp
Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.
client:Windsurf
transport:stdio
runtime:pypi
Install Apple Contacts in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"apple-contacts-mcp": {
"command": "uvx",
"args": [
"apple-contacts-mcp"
],
"env": {
"APPLE_CONTACTS_MCP_SAFETY_MODE": "<APPLE_CONTACTS_MCP_SAFETY_MODE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs