The definitive MCP server for Lunch Money — local (stdio) and remote (HTTP) with secure credential storage
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"lunchmoney-mcp": {
"command": "npx",
"args": [
"-y",
"infamousendeavors/lunchmoney-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add lunchmoney-mcp npx -y infamousendeavors/lunchmoney-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"lunchmoney-mcp": {
"command": "npx",
"args": [
"-y",
"infamousendeavors/lunchmoney-mcp"
]
}
}
}
📋 Copy
README Excerpt
The definitive MCP server for [Lunch Money](https://lunchmoney.app) -- manage your finances through any AI assistant that supports the Model Context Protocol. 37 tools covering every Lunch Money API endpoint. Runs locally via stdio or remotely over HTTP with OAuth 2.1. Credentials never touch disk in plain text.
Tools (20)
addToGroup bulkUpdateTransactions configureLunchMoneyToken createAsset createBudget createCategory createCategoryGroup createRecurringItem createTag createTransaction createTransactionGroup deleteAsset deleteBudget deleteCategory deleteRecurringItem deleteTag deleteTransaction deleteTransactionGroup fetchPlaidAccounts getAssets