LunchMoney MCP
by akutishevsky
Programmatic personal finance management via LunchMoney API for automated insights, budgeting, and transaction tracking.
What it does
LunchMoney MCP provides a bridge between AI assistants and the LunchMoney personal finance app. It allows users to query their financial status, manage categories, track transactions, and monitor budgets through natural language conversations.
Tools
get_transactions: List and filter transactions with advanced options.create_transactions: Insert new transactions in bulk.get_budget_summary: Get per-category budget summaries.upsert_budget: Create or update budgets for specific periods.get_all_manual_accounts: Manage manually tracked assets and accounts.get_all_crypto: Track and update cryptocurrency holdings.trigger_plaid_fetch: Sync data from connected bank accounts.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"lunchmoney": {
"command": "npx",
"args": [
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": "your-api-token-here"
}
}
}
}
Supported hosts
- claude
Quick install
npx @akutishevsky/lunchmoney-mcpInformation
- Pricing
- free
- Published
- 4/18/2026
- stars






