Focus Timer AI MCP
by CSOAI-ORG
Focus Timer Ai MCP
MCP server for focus timer ai mcp operations
Overview
Focus Timer Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Start a new focus timer session |
| Pause the current focus session |
| Resume a paused focus session |
| End a focus session early |
| Get all focus sessions with stats |
| Get productivity analytics |
| Update timer settings |
| Start a break timer |
Installation
pip install meok-focus-timer-ai-mcpUsage 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 implementationLicense
MIT © MEOK AI Labs
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