Loading MCP server directory, please wait...
MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.
npx @getmcp/cli add io.github.akutishevsky/lunchmoney-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LUNCHMONEY_API_TOKENYour LunchMoney API token. Obtain it from https://my.lunchmoney.app/settings/developer
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.akutishevsky/lunchmoney-mcp": {
"command": "npx",
"args": [
"-y",
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": ""
}
}
}
}