wyvernzora/lunchmoney-mcp-server
3.2
If you are the rightful owner of lunchmoney-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Lunchmoney MCP Server is a Model Context Protocol server that integrates with Lunch Money to provide LLMs with financial data.
lunchmoney-mcp-server
Overview
lunchmoney-mcp-server
is an Model Context Protocol (MCP) server built
using mcp-go to provide LLMs ability to ingest category, transaction
and budget data from Lunch Money.
Configuration
You can configure the server using the following environment variables
Name | Default | Description |
---|---|---|
BIND_ADDRESS | 0.0.0.0 | The IP address that the server listens on |
PORT | 3000 | The port that the server listens on |
LUNCHMONEY_TOKEN | The Lunch Money authorization token |
Usage
$ export LUNCHMONEY_TOKEN='your-token-here'
$ docker run -p 3000:3000 -e LUNCHMONEY_TOKEN ghcr.wyvernzora.io/lunchmoney-mcp-server:latest
License
This project is licensed under the MIT License. See the file for details.