⚡
Meditation Guide AI MCP
Meditation Guide AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
0 installs
Trust: 34 — Low
Automation
Ask AI about Meditation Guide AI MCP
Powered by Claude · Grounded in docs
I know everything about Meditation Guide AI MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Meditation Guide Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
get_meditation | Get a guided meditation script. Styles: calm, focus, sleep, stress. Duration adj |
track_session | Log a completed meditation session. Mood scores 1-10 (1=worst, 10=best). |
get_breathing_exercise | Get a structured breathing exercise. Techniques: box, 478, energize, calm. |
suggest_practice | Suggest a meditation or breathing practice based on your goal and available time |
Installation
pip install meok-meditation-guide-ai-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"meditation-guide-ai": {
"command": "python",
"args": ["-m", "meok_meditation_guide_ai_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
