
Shiitake Uranai MCP
Supports UIby kentaojapi
Integrate the popular Shiitake fortune-telling results into your LLM for personalized weekly guidance.
What it does
This MCP server connects your LLM to the results of 'Shiitake Uranai' (Shiitake Fortune Telling), allowing the AI to provide responses and advice based on the current week's fortune for a specific zodiac sign.
Tools
get_fortune_telling: Retrieves the current week's fortune and advice for the configured constellation.
Installation
Build the docker image:
docker build -t mcp/shiitake-uranai-mcp:latest .
Add to claude_desktop_config.json:
{
"mcpServers": {
"shiitake-uranai-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CONSTELLATION",
"mcp/shiitake-uranai-mcp"
],
"env": {
"CONSTELLATION": "sagittarius"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -i --rm -e CONSTELLATION=your_sign mcp/shiitake-uranai-mcpInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






