Skip to content
Claude Desktop

WalletWallet: Apple and Google Wallet passes for Claude Desktop

dev.walletwallet/wallet-passes

Create, update, and revoke Apple Wallet and Google Wallet passes from any MCP client.

client:Claude Desktop transport:streamable-http

Install WalletWallet: Apple and Google Wallet passes in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "wallet-passes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.walletwallet.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

WalletWallet: Apple and Google Wallet passes in other clients