contactsmcp for Cursor
io.github.aernouddekker/contactsmcp
MCP server for macOS Contacts.app — contact management via AppleScript
client:Cursor
transport:stdio
runtime:npm
Install contactsmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"contactsmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aernoud/contactsmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs