Model Context Protocol

Runestone Tarot MCP Server

Install Runestone Tarot in Claude Desktop, Cursor, Continue, Cline, Goose, and other MCP-aware clients. Draw tarot readings, list all 78 cards, and discover spread layouts without an API key.

The Magician tarot card representing tools and invocation

draw_reading

Draw cards and return a structured interpretation, reflection questions, and a visual deeplink.

list_cards

Return the full 78-card tarot catalog with upright and reversed meanings.

list_spreads

Return supported spread layouts, descriptions, card counts, and position labels.

Install

npx -y @runestone-labs/tarot-mcp

Claude Desktop / Cursor Config

{
  "mcpServers": {
    "runestone-tarot": {
      "command": "npx",
      "args": ["-y", "@runestone-labs/tarot-mcp"]
    }
  }
}

Discovery Metadata

Public AI API

The MCP server is a thin stdio adapter over Runestone Tarot's public v1 API. The API is CORS-open and unauthenticated, with rate limits for reading generation. Every generated reading includes a stable deeplink users can open on the visual site.