Lunch Money
Rank #1,538io.github.akutishevsky/lunchmoney-mcp
MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.
Lunch Money is a Model Context Protocol (MCP) server published by akutishevsky. It ranks #1,538 of 115,460 servers tracked on MCP Toplist, and its repository has 98 GitHub stars. Lunch Money is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Jul 27, 2025 and most recently updated on Aug 3, 2026.
Ranks ahead of 113,922 of 115,460 servers on MCP Toplist.
Use Lunch Money
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add lunchmoney-mcp -e "LUNCHMONEY_API_TOKEN=<your LUNCHMONEY_API_TOKEN>" -e "LUNCHMONEY_DEBUG=<your LUNCHMONEY_DEBUG>" -- npx -y @akutishevsky/lunchmoney-mcpReplace each placeholder with your own value before saving.
[mcp_servers.lunchmoney-mcp]
command = "npx"
args = ["-y", "@akutishevsky/lunchmoney-mcp"]
[mcp_servers.lunchmoney-mcp.env]
LUNCHMONEY_API_TOKEN = "<your LUNCHMONEY_API_TOKEN>"
LUNCHMONEY_DEBUG = "<your LUNCHMONEY_DEBUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lunchmoney-mcp": {
"command": "npx",
"args": [
"-y",
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": "<your LUNCHMONEY_API_TOKEN>",
"LUNCHMONEY_DEBUG": "<your LUNCHMONEY_DEBUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lunchmoney-mcp": {
"command": "npx",
"args": [
"-y",
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": "<your LUNCHMONEY_API_TOKEN>",
"LUNCHMONEY_DEBUG": "<your LUNCHMONEY_DEBUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"lunchmoney-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": "<your LUNCHMONEY_API_TOKEN>",
"LUNCHMONEY_DEBUG": "<your LUNCHMONEY_DEBUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lunchmoney-mcp": {
"command": "npx",
"args": [
"-y",
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": "<your LUNCHMONEY_API_TOKEN>",
"LUNCHMONEY_DEBUG": "<your LUNCHMONEY_DEBUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lunchmoney-mcp": {
"command": "npx",
"args": [
"-y",
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": "<your LUNCHMONEY_API_TOKEN>",
"LUNCHMONEY_DEBUG": "<your LUNCHMONEY_DEBUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.akutishevsky%2Flunchmoney-mcp)<a href="https://mcptoplist.com/server/io.github.akutishevsky%2Flunchmoney-mcp"><img src="https://mcptoplist.com/badge/io.github.akutishevsky%2Flunchmoney-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
akutishevsky
Other servers by akutishevsky
- Nutrition MCP#566 · 18 vers
- Spotify#1,938 · 2 vers
- Withings#4,189 · 2 vers
- Monobank#5,055 · 3 vers
- Google Tasks MCP Server#42,985
Available versions (4)
| Version | Published |
|---|---|
| 3.0.0 | Aug 3, 2026 |
| 2.2.0 | Aug 1, 2026 |
| 1.4.1 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Lunch Money?
- Lunch Money is maintained by akutishevsky, which publishes 6 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Lunch Money listed on the Official MCP Registry?
- Yes — Lunch Money is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Lunch Money have?
- MCP Toplist tracks 4 versions of Lunch Money, most recently published on Aug 3, 2026.
- Where can I find the source code for Lunch Money?
- The source code for Lunch Money is hosted at github.com/akutishevsky/lunchmoney-mcp.git.