
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@runestone-labs/tarot-mcp
Advanced tools
MCP server for Runestone Tarot — give your AI client the ability to draw tarot readings for users.
MCP server for Runestone Tarot. Exposes tarot readings as MCP tools so Claude Desktop, Cursor, Continue, Cline, Goose, and any other MCP-aware client can draw readings on behalf of their users.
Registry name: io.github.runestone-labs/tarot-mcp
Public docs:
npm install -g @runestone-labs/tarot-mcp
Or run directly with npx:
npx -y @runestone-labs/tarot-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"runestone-tarot": {
"command": "npx",
"args": ["-y", "@runestone-labs/tarot-mcp"]
}
}
}
Restart Claude Desktop. The tools (draw_reading, list_cards,
list_spreads) appear in the tool picker.
Use the same command: "npx" + args: ["-y", "@runestone-labs/tarot-mcp"]
pattern in whatever config file your client uses.
{
"mcpServers": {
"runestone-tarot": {
"command": "npx",
"args": ["-y", "@runestone-labs/tarot-mcp"]
}
}
}
| Tool | Purpose |
|---|---|
draw_reading | Draw cards for a spread and return the interpretation + deeplink |
list_cards | Full 78-card catalog with upright + reversed meanings |
list_spreads | Available spread layouts (single, three-card, etc.) |
draw_reading accepts an optional question, a spread (single,
three-card, situation-action-outcome, celtic-cross), and an optional
caller-supplied cards array for reproducible draws. When cards is omitted,
the server draws fresh.
The response always includes a deeplink URL — surface it to your user as a
clickable link so they can view the reading rendered visually on
runestonetarot.com.
This package includes a server.json manifest for the official MCP Registry.
The package metadata also includes mcpName so the registry can verify that
the npm package matches the published server metadata.
Useful discovery terms: MCP tarot server, AI tarot reading, tarot card meanings, Claude Desktop tarot, Cursor MCP tarot, Custom GPT tarot API.
The server is a thin wrapper over https://www.runestonetarot.com/api/v1/*.
To point at a local dev server while iterating:
RUNESTONE_TAROT_API=http://localhost:3000 npx tsx src/index.ts
npm install
npm run build
npm start
MIT
FAQs
MCP server for Runestone Tarot — give your AI client the ability to draw tarot readings for users.
The npm package @runestone-labs/tarot-mcp receives a total of 16 weekly downloads. As such, @runestone-labs/tarot-mcp popularity was classified as not popular.
We found that @runestone-labs/tarot-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.