MCP server exposing 78-card tarot deck meanings and spreads to Claude, Cursor, Windsurf. Powered by deckaura.com
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tarot-mcp-server": {
"command": "npx",
"args": [
"-y",
"gokimedia/tarot-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add tarot-mcp-server npx -y gokimedia/tarot-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"tarot-mcp-server": {
"command": "npx",
"args": [
"-y",
"gokimedia/tarot-mcp-server"
]
}
}
}