time vs OmniFocus-MCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | OmniFocus-MCP by themotionmachine | |
|---|---|---|
| Stars | ★ 85,748 | ★ 200 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityAI / LLM ToolsOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
OmniFocus-MCP · Summary
An MCP server for AI assistants to interact with OmniFocus tasks and projects through natural language.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
OmniFocus-MCP · Use cases
- Processing meeting transcripts to create action items in OmniFocus
- Reorganizing tasks by adding tags and categories through AI assistance
- Creating visualizations of tasks, projects, and tags for better planning
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}OmniFocus-MCP · Install
Installation
- In Claude Desktop, add this MCP server to your configuration file at:
~/Library/Application Support/Claude/claude_desktop_config.json- Add the following configuration:
{
"mcpServers": {
"omnifocus": {
"command": "npx",
"args": ["-y", "omnifocus-mcp"]
}
}
}- Restart Claude Desktop