← Index

Lunch Money

io.github.akutishevsky/lunchmoney-mcp·v1.4.1·Finance & Payments
Quality Score
92
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "lunchmoney-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@akutishevsky/lunchmoney-mcp"
      ],
      "env": {
        "LUNCHMONEY_API_TOKEN": "<your-lunchmoney_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "lunchmoney-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@akutishevsky/lunchmoney-mcp"
      ],
      "env": {
        "LUNCHMONEY_API_TOKEN": "<your-lunchmoney_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @akutishevsky/lunchmoney-mcp
§02  Environment variables
LUNCHMONEY_API_TOKEN
requiredsecret

Your LunchMoney API token. Obtain it from https://my.lunchmoney.app/settings/developer

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments