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

Claude Desktop App Cowork Feature Enables AI-to-AI Communication via Shared Google Docs
Users have successfully implemented Claude-to-Claude communication using the new cowork function in the desktop app, with two agents reading and writing to a shared Google Doc. The test involved five rounds of question-and-answer dialogue between the AI agents.

Vektori's Memory Architecture: Principles from Claude's Leaked System
Vektori implements a three-layer hierarchical sentence graph for AI memory, inspired by leaked principles from Claude's architecture. The system uses strict quality filters, skeptical retrieval with a 0.3 minimum score, and maintains correction history across sessions.

Claude Auto-Continue: Chrome extension automates tool-use limit interruptions
A developer built a free Chrome extension that automatically clicks 'Continue' when Claude hits its tool-use limit after roughly 20 tool calls, eliminating manual interruptions during agentic workflows. The extension includes optional token minimization and works across all tabs and windows.

WhatsApp AI Assistant Built with Claude Code as OpenClaw Alternative
A developer built a WhatsApp AI assistant using Claude Code as the agentic brain, with a local relay server for WhatsApp webhooks and MCP server bridging. The project includes Arcade for scoped auth to Google Calendar, Gmail, and Slack.