loading…
Search for a command to run...
loading…
Habit Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Habit Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Habit Tracker Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
create_habit |
Create new habit |
log_completion |
Log habit completion |
get_habit_streak |
Get current streak |
get_habit_history |
Get habit history |
get_all_habits |
Get all habits |
delete_habit |
Delete habit |
get_weekly_stats |
Get weekly stats |
pip install meok-habit-tracker-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"habit-tracker-ai": {
"command": "python",
"args": ["-m", "meok_habit_tracker_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"habit-tracker-ai-mcp": {
"command": "npx",
"args": []
}
}
}