loading…
Search for a command to run...
loading…
Meditation Guide AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Meditation Guide AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for meditation guide ai mcp operations
Meditation Guide Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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 |
pip install meok-meditation-guide-ai-mcp
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"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"meditation-guide-ai-mcp": {
"command": "npx",
"args": []
}
}
}