Lunch Money
MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"lunchmoney-mcp": {
"command": "npx",
"args": [
"-y",
"@akutishevsky/[email protected]"
],
"env": {
"LUNCHMONEY_API_TOKEN": "<YOUR_VALUE>",
"LUNCHMONEY_DEBUG": "<YOUR_VALUE>"
}
}
}
}
LUNCHMONEY_API_TOKENrequired secret — Your LunchMoney API token. Obtain it from https://my.lunchmoney.app/settings/developerLUNCHMONEY_DEBUG— Set to 'true' to enable debug logging of API requests and responses to stderr
Related servers
CCXT
Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
tradingview-mcp
Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
EdgarTools
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
mcp-server
Stock market API made for AI agents
ai
MCP server integrating with Stripe - tools for customers, products, payments, and more.
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry