MCP Catalogs
Home

quicken-mac-mcp vs time

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

quicken-mac-mcp
by dweekly
time
by modelcontextprotocol
Stars★ 18★ 85,748
30d uses
Score4477
Official
Categories
FinanceProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

quicken-mac-mcp · Summary

MCP server providing read-only access to Quicken For Mac financial data via Claude.

time · Summary

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

quicken-mac-mcp · Use cases

  • Analyze personal spending patterns by category over time
  • Query specific transactions across multiple accounts
  • Track investment holdings and performance

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

quicken-mac-mcp · Install

Recommended Install (Claude Code, includes both Skill and MCP)

claude plugin install quicken-mac-mcp

Claude Desktop (manual JSON)

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

{
  "mcpServers": {
    "quicken": {
      "command": "npx",
      "args": ["-y", "quicken-mac-mcp"]
    }
  }
}

Custom Database Path

If you have multiple Quicken files or the .quicken bundle isn't in ~/Documents, set the QUICKEN_DB_PATH environment variable.

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.