Server data from the Official MCP Registry
All 78 tarot card meanings (Rider-Waite-Smith): lookup, search, yes/no answers, and random draws.
All 78 tarot card meanings (Rider-Waite-Smith): lookup, search, yes/no answers, and random draws.
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-tarotoo-com-tarotoo-mcp-server": {
"args": [
"-y",
"tarotoo-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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, and yes/no values.
Published by Tarotoo as part of its AI transparency initiative: these are the same card meanings that ground the AI readings on Tarotoo.com.
| Tool | Description |
|---|---|
get_card_meaning | Full meaning of a card by name (tolerates minor name variants) |
list_cards | List card names, filterable by arcana or suit |
search_cards | Search cards by theme or keyword, e.g. "new beginnings", "heartbreak" |
yes_no_answer | A card's yes/no/maybe value for yes-or-no readings |
draw_cards | Randomly draw 1–10 distinct cards, optionally reversed, with meanings |
Requires Node.js 18+.
Add to your MCP configuration (claude_desktop_config.json, or claude mcp add):
{
"mcpServers": {
"tarotoo-tarot": {
"command": "npx",
"args": ["-y", "tarotoo-mcp-server"]
}
}
}
git clone https://github.com/Tarotoo-com/tarotoo-mcp-server.git
cd tarotoo-mcp-server
npm install
node server.js
The server communicates over stdio.
The embedded data/cards.json comes from tarotoo-tarot-dataset (CC BY 4.0), also available on Hugging Face and Kaggle. Interpretations are grounded in A. E. Waite's The Pictorial Key to the Tarot (1911, public domain), written in Tarotoo's editorial voice.
Code: MIT. Dataset: CC BY 4.0, attribution to Tarotoo (tarotoo.com).
Tarot readings are for entertainment and self-reflection only — not medical, legal, financial, or mental-health advice.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.