Tarot MCP Server
Provides 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.
README
Tarot MCP Server
A Model Context Protocol (MCP) server that provides tarot card reading capabilities to AI assistants like Claude, Cursor, and other MCP-compatible tools.
Features
- Complete 78-card Tarot deck with Major and Minor Arcana
- Multiple spread layouts including Celtic Cross, Past-Present-Future, and more
- Card interpretations with upright and reversed meanings
- Intelligent readings with contextual interpretation
- Search functionality to find cards by keywords
- Daily card draws for daily guidance
Installation
From npm
npm install -g tarot-mcp
From source
git clone https://github.com/yourusername/tarot-mcp.git
cd tarot-mcp
npm install
npm run build
Configuration
Claude Desktop
Add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"tarot": {
"command": "npx",
"args": ["tarot-mcp"]
}
}
}
If installed locally from source:
{
"mcpServers": {
"tarot": {
"command": "node",
"args": ["/path/to/tarot-mcp/dist/index.js"]
}
}
}
Cursor
Add to your Cursor settings:
- Open Cursor Settings (
Cmd+,on macOS,Ctrl+,on Windows/Linux) - Navigate to the "Features" tab
- Look for "Model Context Protocol" or "MCP" section
- Add the tarot server configuration:
{
"mcpServers": {
"tarot": {
"command": "npx",
"args": ["tarot-mcp"]
}
}
}
VSCode with Continue Extension
If using the Continue extension for VSCode:
- Open Continue settings (
~/.continue/config.json) - Add the MCP server to the
mcpServerssection:
{
"mcpServers": [
{
"name": "tarot",
"command": "npx",
"args": ["tarot-mcp"]
}
]
}
Other MCP-Compatible Tools
For any tool that supports MCP servers, you generally need:
- Command:
npx tarot-mcp(if installed from npm) ornode /path/to/dist/index.js(if local) - Transport: stdio (standard input/output)
- Server Name: tarot
Check your tool's documentation for specific configuration format.
Available Tools
1. draw_cards
Draw a specified number of tarot cards.
- Parameters:
count(number): Number of cards to draw (1-78)
2. perform_reading
Perform a complete tarot reading with a specific spread.
- Parameters:
spreadId(string): ID of the spread to usequestion(string, optional): Question for the reading
3. interpret_reading
Get a detailed interpretation of a tarot reading.
- Parameters:
reading(object): The reading object fromperform_reading
4. get_card_meaning
Get detailed information about a specific tarot card.
- Parameters:
cardName(string): Name of the card (e.g., "The Fool", "Three of Cups")
5. list_spreads
List all available tarot spreads with descriptions.
6. get_spread_info
Get detailed information about a specific spread.
- Parameters:
spreadId(string): ID of the spread
7. daily_card
Draw a single card for daily guidance.
8. search_cards
Search for tarot cards by keyword.
- Parameters:
query(string): Search query
9. list_all_cards
List all 78 tarot cards.
- Parameters:
arcana(string, optional): Filter by "major", "minor", or "all"
Available Spreads
single-card: Single Card - Quick insight or daily guidancepast-present-future: Past, Present, Future - Temporal progressionsituation-action-outcome: Situation, Action, Outcome - Decision makingmind-body-spirit: Mind, Body, Spirit - Holistic self-reflectionceltic-cross: Celtic Cross - Comprehensive 10-card analysisrelationship-spread: Relationship Spread - 7-card relationship dynamicscareer-spread: Career Path - 5-card career guidancehorseshoe: Horseshoe - 7-card general guidanceyear-ahead: Year Ahead - 12 cards for each monthdecision-making: Decision Making - 5-card decision analysis
Example Usage
In Claude Desktop
Once configured, you can ask Claude to use the tarot tools:
"Draw three tarot cards for me"
"Perform a Celtic Cross reading about my career"
"What does The Fool card mean?"
"Show me all available tarot spreads"
"Do a past-present-future reading about my relationship"
"Search for cards related to 'love'"
"Give me a daily tarot card"
In Cursor
The tarot tools will be available to the AI assistant. You can use them in:
- Chat Panel: Ask the AI to perform readings or explain cards
- Inline Code Generation: Request tarot-related functionality
- Terminal Commands: Use the AI to help interpret readings
Example prompts:
- "Use the tarot MCP server to draw a card for today"
- "Perform a relationship spread reading"
- "List all available tarot spreads"
In VSCode with Continue
After configuration, use commands like:
- Type
@tarotto specifically use the tarot server - Ask questions like "Draw a Celtic Cross spread"
- Request interpretations: "What does the Three of Swords mean?"
Programmatic Usage
You can also interact with the MCP server programmatically:
// Example of calling the MCP server from your application
const reading = await mcp.call('tarot', 'perform_reading', {
spreadId: 'celtic-cross',
question: 'What should I focus on this month?'
});
const interpretation = await mcp.call('tarot', 'interpret_reading', {
reading: reading
});
Development
Building
npm run build
Testing locally
npm run dev
Project Structure
tarot-mcp/
├── src/
│ ├── index.ts # MCP server implementation
│ ├── types/ # TypeScript type definitions
│ │ └── tarot.ts
│ ├── data/ # Tarot card and spread data
│ │ ├── cards.ts
│ │ └── spreads.ts
│ └── tools/ # Tool implementations
│ └── tarot-tools.ts
├── package.json
├── tsconfig.json
└── README.md
Troubleshooting
Common Issues
-
Server not connecting
- Ensure the path to the server is correct
- Check that Node.js is installed and accessible
- Verify the configuration file is properly formatted JSON
-
Commands not working
- Restart your AI tool after adding the configuration
- Check the tool's logs for MCP connection errors
- Ensure you've built the project if running from source
-
"Tool not found" errors
- The AI tool might need explicit prompting to use the MCP server
- Try prefixing requests with "Use the tarot MCP server to..."
Getting Help
- Check the GitHub Issues
- Verify your configuration matches the examples above
- Ensure you're using the latest version
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Ideas for Contribution
- Add more tarot spreads
- Enhance card interpretations
- Add support for different tarot deck traditions
- Implement card combination meanings
- Add journaling features
- Create visualization tools
License
MIT
Author
Abdul Hamid Achik
Acknowledgments
- Tarot card meanings based on traditional Rider-Waite-Smith interpretations
- Built with the Model Context Protocol SDK
- Inspired by centuries of tarot tradition and modern digital divination tools
Resources
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.