Lunchmoney MCP Server

Lunchmoney MCP Server

By MCP-Mirror GitHub

Mirror of

lunchmoney mcp-server
Overview

What is Lunchmoney MCP Server?

Lunchmoney MCP Server is a Model Context Protocol (MCP) server that allows users to interact with their Lunchmoney transactions and budgets through AI assistants like Claude.

How to use Lunchmoney MCP Server?

To use the Lunchmoney MCP Server, install it via Smithery or configure it directly in Claude Desktop with your Lunchmoney API token.

Key features of Lunchmoney MCP Server?

  • Get Recent Transactions: View recent transactions from the past N days.
  • Search Transactions: Search transactions by keywords in payee names or notes.
  • Get Category Spending: Analyze spending in specific categories.
  • Get Budget Summary: Access detailed budget information including spending and remaining amounts.

Use cases of Lunchmoney MCP Server?

  1. Tracking recent transactions for budgeting.
  2. Searching for specific transactions to analyze spending habits.
  3. Reviewing budget summaries to manage finances effectively.
  4. Analyzing spending in different categories to identify areas for savings.

FAQ from Lunchmoney MCP Server?

  • What is MCP?

The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs).

  • How do I get my Lunchmoney API token?

You can obtain your Lunchmoney API token from your Lunchmoney developer settings.

  • Is the Lunchmoney MCP Server free to use?

Yes, the Lunchmoney MCP Server is free to use.

Content

Lunchmoney MCP Server

smithery badge

A Model Context Protocol (MCP) server that lets you interact with your Lunchmoney transactions and budgets through Claude and other AI assistants.

Features

This server provides four main tools:

  1. get-recent-transactions: View your recent transactions from the past N days
  2. search-transactions: Search transactions by keyword in payee names or notes
  3. get-category-spending: Analyze spending in specific categories
  4. get-budget-summary: Get detailed budget information including spending, remaining amounts, and recurring items

Installation

Installing via Smithery

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.

Example Usage

Once configured in Claude Desktop, you can ask questions like:

Transactions

  • "Show me my recent transactions from the past week"
  • "Search for all transactions at Amazon"
  • "How much did I spend on restaurants last month?"
  • "Find transactions tagged as business expenses"

Budgets

  • "Show me my budget summary for this month"
  • "What's my budget status from January to March 2024?"
  • "How much of my food budget is remaining?"
  • "Show me categories where I'm over budget"

What is MCP?

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:

  • Standardized way to expose data and functionality to LLMs
  • Human-in-the-loop security (all actions require user approval)
  • Growing ecosystem of pre-built integrations
  • Works with multiple AI models and applications

Development

To develop locally:

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Build the TypeScript code:
npm run build
  1. Run with your API token:
LUNCHMONEY_TOKEN=your_token_here node build/index.js
  1. Test with MCP Inspector:
LUNCHMONEY_TOKEN=your_token_here npx @modelcontextprotocol/inspector node build/index.js

API Notes

  • Budget data must use month boundaries for dates (e.g., 2024-01-01 to 2024-01-31)
  • Transactions can use any date range
  • All monetary values are returned in their original currency
  • Category names are case-insensitive when searching

License

MIT

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

No tools information available.

Mirror of

image-generation mcp-server
View Details

Secure MCP server for analyzing Excel files with oletools

oletools mcp-server
View Details

Mirror of

bigquery mcp-server
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details
Dealx
Dealx by DealExpress

-

dealx mcp-server
View Details

Google Analytics MCP server for accessing analytics data through tools and resources

google-analytics mcp-server
View Details

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

aws mcp-server
View Details