Server data from the Official MCP Registry
Read-only Lunch Money accounts, transactions, categories and budgets. Unofficial connector.
About
Read-only Lunch Money accounts, transactions, categories and budgets. Unofficial connector.
Remote endpoints: streamable-http: https://mcp.lunchmoney.sh/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-n3wth-lunchmoney-mcp": {
"url": "https://mcp.lunchmoney.sh/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Lunch Money for Agents
Ask your AI agent about your Lunch Money data.
Website · Setup guide · Privacy · Report an issue
I built this to make Lunch Money easier to use with AI agents. It connects your account to tools that support Model Context Protocol (MCP), so you can ask about your spending, budgets, accounts, and recurring expenses in conversation.
This is an unofficial, open-source MCP integration by n3wth. It is not affiliated with, endorsed by, or sponsored by Lunch Money.
What you can ask
- “Show my transactions from last week, grouped by category.”
- “How does this month's spending compare with my budget?”
- “List my recurring expenses.”
- “What are my account balances? Keep each currency separate.”
The integration gives your agent access to the underlying records; your agent uses those results to answer. Financial access is read-only: it cannot edit transactions, change budgets, or move money. Connection tools can link, replace, or remove your connection to the service.
Connect your account
You'll need a Lunch Money account, a personal access token, and an MCP client that supports remote servers with OAuth sign-in.
- Add the server using your client's setup instructions below.
- Sign in at
auth.n3wth.com. This creates your connector session, separate from your Lunch Money login. - Ask your agent to connect Lunch Money. It should run
lunchmoney_connectand give you a browser link. - Open the link and enter your token in Nango's connection page. Create the token on Lunch Money’s Developers page by clicking Request New Access Token (label and usage are optional). Never paste it into chat or your MCP configuration.
- Try a small request, such as “List my Lunch Money accounts.”
The hosted endpoint is:
https://mcp.lunchmoney.sh/mcp
Client-specific installation
Choose your app on the website, or install directly:
Claude Code — run inside Claude Code:
/plugin marketplace add n3wth/lunchmoney-mcp
/plugin install lunchmoney@lunchmoney-mcp
Codex — run in a terminal:
codex plugin marketplace add n3wth/lunchmoney-mcp
codex plugin add codex-plugin@lunchmoney-mcp
For the Codex app, use Plugins → Create menu → Add marketplace with
n3wth/lunchmoney-mcp, then install Lunch Money.
Cursor — Add to Cursor,
the Cursor directory listing,
or select Cursor on the website.
Start a new session after installing, sign in, then ask “Connect Lunch Money”.
Custom marketplaces are separate from curated directory approvals. Full instructions and manual alternatives:
| Client | Instructions |
|---|---|
| Codex | Plugin and manual setup |
| Claude Code | Plugin setup |
| Cursor | Plugin and MCP configuration |
| Other MCP clients | Connection guide |
The hosted service is in beta. Direct setup is available; a directory submission does not mean a plugin is approved or listed. See the submission record for review status and the runbook for outstanding release checks.
Where your data goes
Signing in and connecting Lunch Money are separate steps:
| Service | Role |
|---|---|
| Auth0 | Signs you in at auth.n3wth.com and identifies your connector account. |
| Nango | Collects and stores your Lunch Money token through its browser flow. |
| Cloudflare | Runs the MCP server and stores identity and connection records. |
| Lunch Money | Returns the financial records requested through its API. |
| Your AI client | Receives the results and may send them to its model provider. |
| Vercel | Hosts the website and routes requests to the MCP server. |
The server retrieves your token from Nango when needed and enforces financial reads only. Your token may have broader permissions in Lunch Money itself. Financial responses are not saved in the connector's database, but your AI client's privacy and retention settings still apply to the results it receives.
To disconnect, ask your agent to run lunchmoney_disconnect. If deletion fails,
retry until it succeeds. Revoke the original token in Lunch Money if you also
want to prevent its use elsewhere. Removing a client plugin does neither.
Read the privacy notice for storage, retention, and provider details, and the service terms before connecting your account.
A couple of things to watch
Transactions arrive in pages. One response may not cover the whole date
range. The agent needs to follow next_offset until it is null before
presenting a complete total.
Currencies stay separate. Adding USD and CAD amounts together does not produce a useful total. Ask for separate totals unless you explicitly want a conversion.
AI-generated answers can be wrong. Check the source records in Lunch Money when an answer matters. The user guide lists the tools and explains connection troubleshooting.
Work on the project
Use Node.js 22 or later. The site is static HTML and CSS with a small React conversation preview built from Vercel AI Elements.
git clone https://github.com/n3wth/lunchmoney-mcp.git
cd lunchmoney-mcp
npm ci
npm run preview
This serves the site at http://localhost:4173. To build it without starting
a server, run npm run build; the output goes into dist/.
Run the server checks in dependency order:
npm --prefix packages/auth-contract ci
npm --prefix packages/auth-contract test
npm --prefix packages/lunchmoney-adapter ci
npm --prefix packages/lunchmoney-adapter test
npm --prefix packages/server ci
npm --prefix packages/server test
node scripts/validate-release.mjs
| Directory | Contents |
|---|---|
site/ | Website, styles, and shared icons |
packages/ | MCP server, authentication contract, API adapter, and client plugins |
docs/ | Setup, operations, security, and submission records |
scripts/ | Release validation and smoke checks |
Staging and production use separate configurations and databases. Default Worker commands target staging. Follow the runbook for deployment, credentials, migrations, and rollback.
Context7 documentation indexing
context7.json configures which documentation Context7 indexes. It includes this README, the documentation overview, connection, tools, and privacy guides, and the Codex, Claude Code, and Cursor setup guides. Internal plans, operational records, and agent instructions are excluded. Context7 always includes root Markdown files unless excluded by name.
After merging this file into the repository's default branch, open the
Context7 library settings,
switch the configuration source to the repository's context7.json if it is
currently managed in the dashboard, and refresh the library. Verify the indexed
sources include the setup guides and omit the excluded records.
See Context7's configuration reference
for supported fields. This controls indexing only; a hosted Docs7 site uses a
separate docs.json configuration.
Contribute
Bug reports, clearer setup instructions, and compatibility fixes are welcome. For a bug, include the client you used, what you expected, and a minimal example with sample data. Leave tokens and personal financial records out of issues.
Open an issue before a larger change so we can agree on the scope. For a pull request, explain the problem and how you checked the fix. Keeping financial access read-only is a core constraint of this project.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
