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 | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | FinanceProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this 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)
- Download the latest
.mcpbfile from the [releases page](https://github.com/akutishevsky/lunchmoney-mcp/releases) - Open Claude Desktop and go to Extensions
- Click "Install Extension" and select the downloaded
.mcpbfile - 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"]
}
}
}