Tarotoo Tarot for Zed
io.github.tarotoo-com/tarotoo-mcp-server
All 78 tarot card meanings (Rider-Waite-Smith): lookup, search, yes/no answers, and random draws.
client:Zed
transport:stdio
runtime:npm
Install Tarotoo Tarot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tarotoo-mcp-server": {
"command": "npx",
"args": [
"-y",
"tarotoo-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs