Focusmo macOS app adds local MCP server for Claude AI integration

Focusmo, a macOS focus app developed by a solo developer, has shipped a local MCP server that enables Claude AI to connect to real focus data. The integration allows Claude to provide productivity advice based on actual user context rather than generic suggestions.
Key features and capabilities
The MCP server gives Claude access to several types of focus data:
- Today's stats
- Weekly trends
- Task list
- App usage with an hourly heatmap
- Personal records
- Live session state
Claude can also perform actions through the integration:
- Create tasks
- Mark tasks complete
Primary use cases
The main application is weekly review and planning with actual context. Example queries include:
- What patterns do you see in my focus data this week?
- Which tasks consumed the most real time?
- Help me plan tomorrow based on what I actually finished today
Technical implementation details
The developer prioritized several technical considerations:
- Local-only operation on Mac
- No external server required
- All data stays on-device
- Simple setup for Claude Desktop or Claude Code
The integration represents a practical application of MCP (Model Context Protocol) for connecting AI assistants to local application data without compromising privacy through cloud transmission.
📖 Read the full source: r/ClaudeAI
👀 See Also

Omnicoder-9B Performance Review: Speed vs. Tool Calling Issues
Omnicoder-9B, a coding-focused model fine-tuned on Qwen3.5 9B with outputs from Opus 4.6, GPT 5.4, GPT 5.3 Codex and Gemini 3.1 Pro, shows strong performance on mid-tier hardware but has tool calling issues in IDEs.

Real-Time Desktop Overlay for Monitoring Claude Code Usage Limits
The open-source desktop overlay displays Claude Code usage limits in real-time, eliminating the need to repeatedly type '/usage'.

Paper Lantern MCP Server Connects Claude Code to Research Papers
Paper Lantern is an MCP server built with Claude Code that connects coding agents to over 2 million CS and 43 million biomedical research papers, enabling them to find benchmarked methods instead of defaulting to training data.

Lobster Cage: Dockerized Security Environment for Self-Hosting OpenClaw on Raspberry Pi
A developer built Lobster Cage, a Docker Compose environment with restricted outbound access and proxy-based routing to run OpenClaw securely on a Raspberry Pi for experimentation.