Tarotoo Tarot for Cursor
io.github.tarotoo-com/tarotoo-mcp-server
All 78 tarot card meanings (Rider-Waite-Smith): lookup, search, yes/no answers, and random draws.
client:Cursor
transport:stdio
runtime:npm
Install Tarotoo Tarot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tarotoo-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tarotoo-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs