Skip to content
VS Code

contactsmcp for VS Code

io.github.aernouddekker/contactsmcp

MCP server for macOS Contacts.app — contact management via AppleScript

client:VS Code transport:stdio runtime:npm

Install contactsmcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "contactsmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aernoud/contactsmcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

contactsmcp in other clients