HomeFinance › Lunch Money

Lunch Money

MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.

TypeScript
★ 107 stars Last pushed 2026-08-03 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.0.0)

npx -y @akutishevsky/lunchmoney-mcp@3.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "lunchmoney-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@akutishevsky/lunchmoney-mcp@3.0.0"
      ],
      "env": {
        "LUNCHMONEY_API_TOKEN": "<YOUR_VALUE>",
        "LUNCHMONEY_DEBUG": "<YOUR_VALUE>"
      }
    }
  }
}
  • LUNCHMONEY_API_TOKEN required secret — Your LunchMoney API token. Obtain it from https://my.lunchmoney.app/settings/developer
  • LUNCHMONEY_DEBUG — Set to 'true' to enable debug logging of API requests and responses to stderr

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry