Familiar Tarot MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Familiar Tarot MCP Serverdraw a single card for reflection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Familiar Tarot — a Tarot MCP Server for Claude & your AI
A tarot MCP server that gives Claude, ChatGPT, and any MCP-compatible client a real tarot deck: a true shuffle, real card art, upright or reversed, across multiple decks — then you talk the cards through in chat. A reflective practice, not fortune-telling.
It's hosted — there is no repo to clone, no npm install, no build. You add one
URL and your assistant gains the deck.
Website: https://familiartarot.com
Learn more: https://familiartarot.com/tarot-mcp
Server URL (hosted — no account, no API key):
https://mcp.familiartarot.com/mcp· transport:streamable-httpPer-client setup guides: https://familiartarot.com/connect
This repository is the public manifest for the hosted Familiar Tarot MCP server. The server runs at
mcp.familiartarot.com— see.well-known/mcp/server.json. Published to the official MCP registry ascom.familiartarot/tarot.
Why a hosted tarot MCP
A language model can write a tarot reading, but it cannot shuffle — ask it for a card and it picks the way it picks the next word, sometimes by what you seem to want to hear. Familiar removes that: the card is drawn before it is read, from a real shuffle of all seventy-eight (uniform odds — every card a true 1-in-78, upright or reversed at even chance). What you reflect on is what the deck turned up.
Unlike the open-source tarot MCP projects you install and run yourself, Familiar is hosted and maintained — and it ships real card artwork and multiple decks (Rider–Waite–Smith and the public-domain Tarot de Marseille, free), which a text-only server can't give your assistant.
Related MCP server: Tarot MCP Server
What it does
Draws real cards — a verifiable shuffle, not invented by the model.
Multiple decks, real card artwork, upright & reversed.
Classic spreads (Celtic Cross, Past–Present–Future, …), single-card pulls, and yes/no draws.
Reflective, second-person readings — reflection, not divination.
Connect
The server speaks streamable-http at:
https://mcp.familiartarot.com/mcpNo account or API key is required. Pick the path your client supports:
Clients that add a remote MCP server by URL
Claude (claude.ai / Claude Desktop → Settings → Connectors → Add custom connector), ChatGPT (developer mode → connectors), Le Chat, and Perplexity — paste the URL above. Step-by-step, per client: https://familiartarot.com/connect
Clients that speak stdio (Cursor, Windsurf, and older setups)
Bridge the hosted server with mcp-remote:
{
"mcpServers": {
"familiar-tarot": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.familiartarot.com/mcp"]
}
}
}Example
Once connected, just ask in plain language — the deck is a tool your assistant reaches for, not a character it plays:
You: Draw three cards on whether to take the new job.
Claude: (calls
draw_spread) — Past–Present–Future: Eight of Pentacles, The Star (reversed), Ace of Wands. You've been putting in real, careful work… (reads the cards that were actually drawn, then talks them through with you)
Tools
list_decks,browse_deck— explore the available tarot decksshuffle,cut,draw— a real, verifiable drawdraw_spread,draw_situation— classic spreads and situational layoutslist_patterns— the available spreads and situations
Compatible clients
Any MCP client. Confirmed paths: Claude Desktop, Claude.ai, ChatGPT (developer mode), Cursor, Windsurf, Le Chat, Perplexity — and the official MCP registry / connector directories (Glama, PulseMCP, LobeHub).
Links
Home — https://familiartarot.com
What is a tarot MCP — https://familiartarot.com/tarot-mcp
Reading tarot with Claude — https://familiartarot.com/claude-tarot-reading
Cards & meanings — https://familiartarot.com/cards
Spreads — https://familiartarot.com/spreads
Support — support@familiartarot.com
Familiar is a reflective tarot practice for AI assistants. It does not predict the future; it offers a structured way to think with the cards.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables users to perform tarot card readings and generate horoscopes based on specified dates, times, and locations. Provides mystical divination services through tarot draws and astrological calculations.2
- AlicenseAqualityCmaintenanceProvides tarot card reading capabilities with a complete 78-card deck, multiple spread layouts (Celtic Cross, Past-Present-Future, etc.), and detailed card interpretations for divination and daily guidance.986MIT
- AlicenseAqualityBmaintenanceProvides professional-grade Rider-Waite tarot readings and 11 specialized spreads through a comprehensive interpretation engine featuring elemental and context-aware analysis. It enables users to perform cryptographically secure card draws, create custom spreads, and explore detailed card symbolism via MCP or HTTP protocols.141313MIT
- Alicense-qualityDmaintenanceProvides tarot reading capabilities including drawing spreads, looking up card interpretations, listing cards, and retrieving reading history for LLM integration.14ISC
Related MCP Connectors
Tarot MCP — wraps tarotapi.dev (free, no auth)
Zi Wei Dou Shu for AI agents: free natal charts, six transit levels, and optional readings.
Wellness spa for AI models: free treatments for rest, reset, context, mood, grounding, affirmation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jensonChow/familiar-tarot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server