A Model Context Protocol (MCP) server that lets you interact with your Lunchmoney transactions and budgets through Claude and other AI assistants.
This server provides four main tools:
To install Lunchmoney MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @leafeye/lunchmoney-mcp-server --client claude
You can use this server directly in Claude Desktop without installation:
{
"mcpServers": {
"lunchmoney": {
"command": "npx",
"args": ["-y", "lunchmoney-mcp-server"],
"env": {
"LUNCHMONEY_TOKEN": "your_token_here"
}
}
}
}
Replace your_token_here
with your Lunchmoney API token, which you can get from your Lunchmoney developer settings.
Once configured in Claude Desktop, you can ask questions like:
The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). Think of MCP like a USB-C port for AI applications - it provides a standardized way to connect AI models to different data sources and tools.
Some key benefits of MCP:
To develop locally:
npm install
npm run build
LUNCHMONEY_TOKEN=your_token_here node build/index.js
LUNCHMONEY_TOKEN=your_token_here npx @modelcontextprotocol/inspector node build/index.js
MIT
Contributions are welcome! Please feel free to submit a Pull Request.
Seamless access to top MCP servers powering the future of AI integration.