Skip to main content
ClaudeWave
Tarotoo-com avatar
Tarotoo-com

tarotoo-mcp-server

Ver en GitHub

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

MCP ServersRegistry oficial1 estrellas0 forksJavaScriptMITActualizado yesterday
Install in Claude Code / Claude Desktop
Method: NPX · tarotoo-mcp-server
Claude Code CLI
claude mcp add tarotoo -- npx -y tarotoo-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tarotoo": {
      "command": "npx",
      "args": ["-y", "tarotoo-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Tarotoo Tarot MCP Server

[![npm](https://img.shields.io/npm/v/tarotoo-mcp-server)](https://www.npmjs.com/package/tarotoo-mcp-server)
[![CI](https://github.com/Tarotoo-com/tarotoo-mcp-server/actions/workflows/test.yml/badge.svg)](https://github.com/Tarotoo-com/tarotoo-mcp-server/actions)
[![MCP Registry](https://img.shields.io/badge/MCP%20registry-io.github.Tarotoo--com%2Ftarotoo--mcp--server-7b47c9)](https://registry.modelcontextprotocol.io/v0/servers?search=tarotoo)
[![Node](https://img.shields.io/node/v/tarotoo-mcp-server)](package.json)
[![License: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21298383.svg)](https://doi.org/10.5281/zenodo.21298383)

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

Published by [Tarotoo](https://tarotoo.com/open-data): 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**

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

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

```json
{
  "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`](https://registry.modelcontextprotocol.io/v0/servers?search=tarotoo), 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 (upright and reversed), planet, zodiac, yes/no.  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"}
```

```json
{
  "name": "The Star",
  "arcana": "major",
  "element": "Air",
  "planet": "Saturn",
  "zodiac": "Aquarius",
  "yes_no": "yes",
  "yes_no_reversed": "no",
  "keywords_upright": ["hope", "renewal", "healing", "inspiration", "faith"],
  "meaning_upright": "Hope, renewal, healing, inspiration, faith.",
  "love": "hope in love, emotional healing, renewed trust, an inspiring connection",
  "love_reversed": "lost faith, discouragement, disconnection, dimmed hope"
}
```

Each card carries both upright and reversed values for keywords, meaning, love, career, mood, spiritual, and yes/no. The example above is abbreviated.

## Run from source

```bash
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](https://github.com/Tarotoo-com/tarotoo-tarot-dataset) ([MIT](https://github.com/Tarotoo-com/tarotoo-tarot-dataset/blob/main/LICENSE)), which is also available on [Hugging Face](https://huggingface.co/datasets/Tarotoo/tarotoo-tarot-card-meanings), [Kaggle](https://www.kaggle.com/datasets/tarotoo/tarotoo-tarot-card-meanings), [npm](https://www.npmjs.com/package/tarotoo-tarot), and [PyPI](https://pypi.org/project/tarotoo-tarot/), with citable DOIs: [10.5281/zenodo.21285777](https://doi.org/10.5281/zenodo.21285777) (dataset + dataset paper; concept DOI, always latest) and [10.5281/zenodo.21268290](https://doi.org/10.5281/zenodo.21268290) (full repository/archive: dataset, source files, build scripts, automated validation, software packages, documentation; concept DOI, always latest).

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](LICENSE). 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.
mcpmodel-context-protocolnodejstarottarot-cards

Lo que la gente pregunta sobre tarotoo-mcp-server

¿Qué es Tarotoo-com/tarotoo-mcp-server?

+

Tarotoo-com/tarotoo-mcp-server es mcp servers para el ecosistema de Claude AI. MCP server exposing the Tarotoo tarot card meanings dataset (78 cards, Rider-Waite-Smith) to AI assistants. Tiene 1 estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala tarotoo-mcp-server?

+

Puedes instalar tarotoo-mcp-server clonando el repositorio (https://github.com/Tarotoo-com/tarotoo-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Tarotoo-com/tarotoo-mcp-server?

+

Tarotoo-com/tarotoo-mcp-server aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Tarotoo-com/tarotoo-mcp-server?

+

Tarotoo-com/tarotoo-mcp-server es mantenido por Tarotoo-com. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.

¿Hay alternativas a tarotoo-mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega tarotoo-mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Tarotoo-com/tarotoo-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tarotoo-com-tarotoo-mcp-server)](https://claudewave.com/repo/tarotoo-com-tarotoo-mcp-server)
<a href="https://claudewave.com/repo/tarotoo-com-tarotoo-mcp-server"><img src="https://claudewave.com/api/badge/tarotoo-com-tarotoo-mcp-server" alt="Featured on ClaudeWave: Tarotoo-com/tarotoo-mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a tarotoo-mcp-server