Lunchmoney
Freeby MCP Community
The definitive MCP server for Lunch Money — local (stdio) and remote (HTTP) with secure credential storage
v0.2.0Added Apr 12, 2026
mcplunch-moneylunchmoneyfinancebudgeting
Lunchmoney MCP Server
The definitive MCP server for Lunch Money — local (stdio) and remote (HTTP) with secure credential storage
Installation
npx -y @infamousjoeg/lunchmoney-mcp
Reviews
Installation
Quick install
npx -y @infamousjoeg/lunchmoney-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"lunchmoney": {
"command": "npx",
"args": ["-y", "@infamousjoeg/lunchmoney-mcp"]
}
}
}