lunchmoney-app
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lunchmoney-appHow much did I spend on dining this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lunchmoney-app is first and foremost an MCP
server for using your Lunch Money data from an MCP-enabled assistant. It also runs
as a standalone application with a RESTful API and database backend that keeps
itself in sync with all of your Lunch Money data.
Quickstart
Use Lunch Money from your favorite MCP-enabled assistant in a few minutes.
Create or copy your Lunch Money access token.
Add the configuration below to your MCP client's server settings.
Replace
your-lunch-money-token, restart the client, and start chatting.
Your MCP client starts and manages Lunch Money MCP for you; do not run a separate server command.
{
"mcpServers": {
"lunchmoney": {
"command": "uvx",
"args": ["lunchmoney-app", "mcp"],
"env": {
"LUNCHMONEY_ACCESS_TOKEN": "your-lunch-money-token"
}
}
}
}Try asking:
“How much did I spend on dining this month?”
“Show my largest recent transactions.”
“Which transactions still need a category?”
Claude Code, Codex, and Gemini CLI use the published package through uvx; install
uv first. Claude Desktop
manages the MCPB runtime itself. Provide your Lunch Money access token through
LUNCHMONEY_ACCESS_TOKEN unless the client prompts for it.
Client | Install |
Claude Code |
|
Codex |
|
Gemini CLI |
|
Claude Desktop | Download |
For direct standard-MCP setup and framework-specific token configuration, see the MCP guide.
Related MCP server: Lunch Money MCP Server
Learn more
MCP guide: client configuration, remote connections, and OAuth.
CLI guide: commands, data handling, scheduling, and shell completion.
Operations runbook: self-hosting, Docker Compose, security, and backups.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceAn MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.41627MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to interact directly with Lunch Money's financial API, allowing users to query transactions, access budget information, and perform financial analysis through natural language.
- AlicenseBqualityDmaintenanceEnables AI agents to interact with your Lunch Money personal finance data, providing tools for managing transactions, categories, budgets, assets, and accounts.1516ISC
- FlicenseAqualityDmaintenanceEnables interacting with the Lunch Money personal finance API through MCP tools for retrieving user info, transactions, and performing calculations, with minimal response sizes.6
Related MCP Connectors
Log, query, and edit expenses, budgets, and accounts in Manilo from any MCP-compatible AI assistant.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juftin/lunchmoney-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server