送信

Lunch Money

@akutishevsky

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.
概要

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.

サーバー設定

{
  "mcpServers": {
    "lunchmoney": {
      "command": "npx",
      "args": [
        "@akutishevsky/lunchmoney-mcp"
      ],
      "env": {
        "LUNCHMONEY_API_TOKEN": "your-api-token-here"
      }
    }
  }
}
Lunch Money MCP Server