Skip to content
VS Code

Apple Messages for VS Code

io.github.mgcrea/mcp-apple-messages

Search and read Apple Messages — chats and decoded text, sending off by default

client:VS Code transport:stdio runtime:npm

Install Apple Messages in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "apple-messages-allow-writes",
      "description": "APPLE_MESSAGES_ALLOW_WRITES",
      "password": true
    }
  ],
  "servers": {
    "mcp-apple-messages": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mgcrea/mcp-apple-messages"
      ],
      "env": {
        "APPLE_MESSAGES_ALLOW_WRITES": "${input:apple-messages-allow-writes}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Apple Messages in other clients