A comprehensive MCP server that enables AI assistants to manage Lunch Money finances through 37 tools for transactions, budgets, and accounts. It supports both local stdio and remote HTTP transport modes with secure, encrypted credential storage.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.AUTH_PROVIDER— export ="google" # or github, cyberark, customBASE_URL— export ="https://your-domain.com"CYBERARK_CLIENT_ID— your-client-id # or OAUTH_CLIENT_IDCYBERARK_CLIENT_SECRET— your-secret # or OAUTH_CLIENT_SECRETCYBERARK_TENANT_URLENCRYPTION_KEYGITHUB_CLIENT_ID— your-client-idGITHUB_CLIENT_SECRET— your-client-secretGOOGLE_CLIENT_ID— export ="..."GOOGLE_CLIENT_SECRET— export ="..."LUNCH_MONEY_API_TOKEN— export ="your-token"OAUTH_AUTH_URLOAUTH_CLIENT_ID— CYBERARK_CLIENT_ID=your-client-id # orOAUTH_CLIENT_SECRET— CYBERARK_CLIENT_SECRET=your-secret # orOAUTH_SCOPES— openid,email # optional, defaults to openid,emailOAUTH_TOKEN_URLPORT— The server also reads the environment variable when --port is not specified.[](https://m8ven.ai/mcp/infamousjoeg-lunchmoney-mcp-1vmsaj)