Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Tarotoo Mcp Server

FreeNot checked

MCP server exposing the Tarotoo tarot card meanings dataset (78 cards, Rider-Waite-Smith) to AI assistants

GitHubEmbed

About

MCP server exposing the Tarotoo tarot card meanings dataset (78 cards, Rider-Waite-Smith) to AI assistants

README

npm CI MCP Registry Node License: MIT DOI

A Model Context Protocol server that gives AI assistants — Claude, ChatGPT, Cursor, and any other MCP client — live access to the Tarotoo tarot card meanings dataset: all 78 cards in the Rider–Waite–Smith tradition, with upright/reversed meanings, keywords, love, career, mood and spiritual contexts, planet and zodiac associations, and yes/no values.

Published by Tarotoo: these are the same card meanings that ground the AI readings on Tarotoo.com.

Quick start

Requires Node.js ≥ 18. No installation needed — clients run it via npx.

Claude Code

claude mcp add tarotoo-tarot -- npx -y tarotoo-mcp-server

Claude Desktop — add to claude_desktop_config.json (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "tarotoo-tarot": {
      "command": "npx",
      "args": ["-y", "tarotoo-mcp-server"]
    }
  }
}

Cursor / Windsurf / other MCP clients — same command/args pair in the client's MCP settings.

MCP registry — listed as io.github.Tarotoo-com/tarotoo-mcp-server, so registry-aware clients can discover and install it directly.

Then ask your assistant things like "what does the Three of Swords mean for my career?" or "draw three cards for me" — it will call the tools below.

Tools

Tool Arguments Returns
get_card_meaning name (string) Full record for one card — meanings, keywords, love/career/mood/spiritual, planet, zodiac, yes/no, URL. Name matching is forgiving ("fool" → The Fool)
list_cards arcana? (major/minor), suit? (wands/cups/swords/pentacles) Card names, optionally filtered
search_cards query (string), limit? (1–78, default 10) Cards matching a theme or keyword, best match first — e.g. "heartbreak" → Three of Swords
yes_no_answer name (string) The card's yes/no/maybe value with its upright meaning as justification
draw_cards count? (1–10, default 1), allow_reversed? (boolean) Random distinct cards with orientation-appropriate meanings — for generating spreads

Example

tools/call get_card_meaning {"name": "the star"}
{
  "name": "The Star",
  "arcana": "major",
  "element": "Air",
  "planet": "Saturn",
  "zodiac": "Aquarius",
  "yes_no": "yes",
  "keywords_upright": ["hope", "renewal", "healing", "inspiration", "faith"],
  "meaning_upright": "Hope, renewal, healing, inspiration, and faith.",
  "url": "https://tarotoo.com/tarot-card-meanings/the-star"
}

Run from source

git clone https://github.com/Tarotoo-com/tarotoo-mcp-server.git
cd tarotoo-mcp-server
npm install
npm test        # 8-check smoke test: full MCP session over stdio
node server.js  # stdio transport

Dataset

The embedded data/cards.json is built from tarotoo-tarot-dataset (MIT), which is also available on Hugging Face, Kaggle, npm, and PyPI, with citable DOIs: 10.5281/zenodo.21285777 (dataset + dataset paper; concept DOI, always latest) and 10.5281/zenodo.21282132 (full repository/archive: dataset, source files, build scripts, automated validation, software packages, documentation).

Interpretations were created by Tarotoo within the Rider–Waite–Smith tradition, drawing on established sources (A. E. Waite's The Pictorial Key to the Tarot, 1911; attributions per the Golden Dawn's Book T).

License

Code and dataset: MIT. Attribution to Tarotoo (tarotoo.com) is appreciated.

Intended Use

This dataset is intended for educational, research, creative, entertainment, and self-reflection purposes. It should not be used as a substitute for medical, legal, financial, mental-health, or other professional advice.

from github.com/Tarotoo-com/tarotoo-mcp-server

Install Tarotoo Mcp Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install tarotoo-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add tarotoo-mcp-server -- npx -y tarotoo-mcp-server

FAQ

Is Tarotoo Mcp Server MCP free?

Yes, Tarotoo Mcp Server MCP is free — one-click install via Unyly at no cost.

Does Tarotoo Mcp Server need an API key?

No, Tarotoo Mcp Server runs without API keys or environment variables.

Is Tarotoo Mcp Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Tarotoo Mcp Server in Claude Desktop, Claude Code or Cursor?

Open Tarotoo Mcp Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Tarotoo Mcp Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs