MCP Catalogs
Home

lunchmoney-mcp vs time

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

lunchmoney-mcp
by akutishevsky
time
by modelcontextprotocol
Stars★ 70★ 85,748
30d uses
Score4877
Official
Categories
FinanceProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

lunchmoney-mcp · Summary

TypeScript MCP server for LunchMoney personal finance API with comprehensive transaction, budget, and account management.

time · Summary

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

lunchmoney-mcp · Use cases

  • Automated expense tracking and categorization in AI conversations
  • Budget monitoring and financial analysis through AI assistants
  • Bulk transaction management and reporting automation

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

lunchmoney-mcp · Install

Installation Options

MCP Bundle (Recommended)
  1. Download the latest .mcpb file from the [releases page](https://github.com/akutishevsky/lunchmoney-mcp/releases)
  2. Open Claude Desktop and go to Extensions
  3. Click "Install Extension" and select the downloaded .mcpb file
  4. Enter your LunchMoney API token when prompted
Manual Configuration
{
  "mcpServers": {
    "lunchmoney": {
      "command": "npx",
      "args": ["@akutishevsky/lunchmoney-mcp"],
      "env": {
        "LUNCHMONEY_API_TOKEN": "your-api-token-here"
      }
    }
  }
}

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.