MCP Catalogs
Home

time vs apple-notes-mcp

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
apple-notes-mcp
by sweetrb
Stars★ 85,748★ 27
30d uses
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityFile SystemAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

apple-notes-mcp · Summary

MCP server that bridges AI assistants with Apple Notes on macOS via AppleScript.

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

apple-notes-mcp · Use cases

  • Saving AI conversations as notes in Apple Notes with specific titles and organization
  • Searching across all notes or within specific folders to find relevant information
  • Managing notes through natural language commands like moving notes to archive folders

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

apple-notes-mcp · Install

Installation

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "apple-notes": {
      "command": "npx",
      "args": ["apple-notes-mcp"]
    }
  }
}

npm

npm install -g github:sweetrb/apple-notes-mcp

Claude Code

Install the sweetrb/apple-notes-mcp MCP server so you can help me manage my Apple Notes
Comparison generated from public README + GitHub signals. Last updated automatically.