Labsco
junebash logo

Swift Tarot

โ˜… 6

from junebash

Provides tarot card readings, including single card draws, multi-card spreads, and full deck access.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” An MCP server that provides tarot card readings โ€” single draws, multi-card spreads, and full-deck access.

What you get โ€”

  • Card drawing โ€” draw_cards(count 1โ€“78), e.g. 'Draw me 5 tarot cards for a reading'
  • Full deck โ€” get_full_deck returns all 78 cards
  • Card images โ€” fetch_images returns base64-encoded card images
  • Seeded RNG for reliable randomness (the README notes LLMs are bad at random) and deterministic testing

Requirements โ€” nothing โ€” Swift 5.9+/macOS 13+ to build; no API keys.

Cost snapshot โ€” free and MIT; fully local.

Setup effort โ€” self-host on macOS: build with Swift (just install or swift build -c release), install to /usr/local/bin, then add to Claude Desktop.

Our take โ€” A fun, self-contained novelty with genuinely better randomness than the model alone; it's macOS/Swift-only and must be built from source.

Source: the project README โ€” summarized 2026-07-08.