MCP server for macOS Contacts.app — contact management via AppleScript
claude mcp add contactsmcp -- npx -y @aernoud/contactsmcp
claude_desktop_config.json
{
"mcpServers": {
"contactsmcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/contactsmcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"contactsmcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/contactsmcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contactsmcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/contactsmcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"contactsmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aernoud/contactsmcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"contactsmcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/contactsmcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.aernouddekker--contactsmcp/reviews or the review_server meta-tool.
POST /mcp