MCP Catalogs
Home

imessage-query-fastmcp-mcp-server vs time

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

imessage-query-fastmcp-mcp-server
by hannesrudolph
time
by modelcontextprotocol
Stars★ 77★ 85,748
30d uses
Score4577
Official
Categories
CommunicationAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit3 mo agothis month

imessage-query-fastmcp-mcp-server · Summary

FastMCP server providing safe access to iMessage database with proper validation and attachment handling.

time · Summary

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

imessage-query-fastmcp-mcp-server · Use cases

  • Querying message history for specific phone numbers with optional date filtering
  • Analyzing iMessage conversations and attachments through LLM integration
  • Creating automated systems that need to access iMessage data on macOS

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

imessage-query-fastmcp-mcp-server · Install

Installation

Prerequisites

  • macOS (required for iMessage database access)
  • Python 3.6+

Dependencies

pip install -r requirements.txt

Claude Desktop Installation

fastmcp install imessage-query-server.py --name "iMessage Query"

Cline VSCode Plugin Configuration

Add the following to your MCP settings:

{
  "imessage-query": {
    "command": "uv",
    "args": [
      "run",
      "--with",
      "fastmcp",
      "fastmcp",
      "run",
      "/path/to/repo/imessage-query-server.py"
    ]
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.