Cloud Infrastructure
Trust: 41/100 (Fair)Lunch Money Guide
MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.
49 starsby akutishevsky
Quick Start
Install
npx @akutishevsky/lunchmoney-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-akutishevsky-lunchmoney-mcp": {
"command": "npx",
"args": [
"@akutishevsky/lunchmoney-mcp"
]
}
}
}