Skip to main content
Glama

Focus Timer Ai MCP

MCP server for focus timer ai mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Focus Timer Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

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

Installation

pip install meok-focus-timer-ai-mcp

Usage with Claude Desktop

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"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 8 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

Install Server
A
license - permissive license
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/focus-timer-ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server