loading…
Search for a command to run...
loading…
Focus Timer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Focus Timer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Focus Timer Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
start_focus |
Start a new focus timer session |
pause_focus |
Pause the current focus session |
resume_focus |
Resume a paused focus session |
end_focus |
End a focus session early |
get_sessions |
Get all focus sessions with stats |
get_analytics |
Get productivity analytics |
update_settings |
Update timer settings |
start_break |
Start a break timer |
pip install meok-focus-timer-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"focus-timer-ai": {
"command": "python",
"args": ["-m", "meok_focus_timer_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 8 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"focus-timer-ai-mcp": {
"command": "npx",
"args": []
}
}
}