Odel
Tarotoo Tarot

Tarotoo Tarot

Local
@tarotoo-com2JavaScriptMITUpdated 1mo ago

All 78 tarot card meanings (Rider-Waite-Smith): lookup, search, yes/no answers, and random draws.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtarotoo-mcp-serverv2.0.0

Run

npx -y tarotoo-mcp-server

MCP client config

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