LunchMoney MCP Server
MCP Serverby akutishevsky · Added 5mo ago
Claude
49
Install
git clone https://github.com/akutishevsky/lunchmoney-mcpAdd to Claude
claude mcp add lunchmoney-mcp-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"lunchmoney-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/lunchmoney-mcp-server"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
A Model Context Protocol (MCP) server implementation for LunchMoney, providing programmatic access to personal finance management through LunchMoney's API. Requires a valid LunchMoney API token configured via the environment variable LUNCHMONEY_API_TOKEN.
Tags
data-analyticsmcp-serverapi