MCP server exposing the Tarotoo tarot card meanings dataset (78 cards, Rider-Waite-Smith) to AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tarotoo-mcp-server": {
"command": "npx",
"args": [
"-y",
"Tarotoo-com/tarotoo-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add tarotoo-mcp-server npx -y Tarotoo-com/tarotoo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"tarotoo-mcp-server": {
"command": "npx",
"args": [
"-y",
"Tarotoo-com/tarotoo-mcp-server"
]
}
}
}