a month ago
Connect Claude to your Lunch Money personal finance data for conversational money management. Ask natural language questions about spending, manage budgets and categories, create transactions, and get financial insights through chat. Supports full CRUD operations including transaction queries, budget management, category organization, and asset tracking. Perfect for AI-powered personal finance analysis without leaving your conversation with Claude.
Overview
The Lunch Money MCP server enables Claude to interact with your Lunch Money account, turning complex financial queries into simple conversations. Ask questions about your spending patterns, manage budgets, and create transactions using natural language.
Server Config
{
"mcpServers": {
"lunchmoney": {
"command": "npx",
"args": [
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": "your-api-token-here"
}
}
}
}