Skip to main content
Glama
shaack

mcp-for-money-money

by shaack

mcp-for-money-money

Ein kleiner MCP-Server (Model Context Protocol), der MoneyMoney auf dem Mac per AppleScript kapselt. Er liefert die Soll-Liste der Abbuchungen für den Rechnungsabgleich (siehe HowTo „Eingangsrechnungen sammeln mit Apple Mail", Schritt 1). Geschwister-Server zu mcp-for-apple-mail: MoneyMoney liefert die Buchungstage, Apple Mail liefert die PDFs.

Tools

Tool

Zweck

export_accounts

Kontenliste als plist, zeigt die exakten Kontonamen

export_transactions

Umsätze eines Kontos im Zeitraum (bookingDate, amount, name, purpose)

Related MCP server: banktivity-mcp

Installation

npm install

Kein Build-Schritt: reines ESM-JavaScript, läuft direkt mit Node (>= 18).

Voraussetzung

MoneyMoney muss laufen und entsperrt sein. Ist die Datenbank gesperrt, schlägt der Export mit einer AppleScript-Fehlermeldung fehl (der Server reicht sie durch).

Lokal testen

npm run inspect

Registrieren

Claude Code:

claude mcp add money-money -- node /absolute/path/to/mcp-for-money-money/src/index.js

Claude Desktop, in ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "money-money": {
      "command": "node",
      "args": [
        "/absolute/path/to/mcp-for-money-money/src/index.js"
      ]
    }
  }
}

Beispielablauf

  1. export_accounts, um den exakten Kontonamen zu sehen.

  2. export_transactions mit account: "My Checking Account", fromDate: "2026-04-01", toDate: "2026-06-30". Das plist enthält je Buchung bookingDate, amount, name und purpose, in Buchungsreihenfolge je Tag. Daraus die Soll-Liste bauen.

  3. Danach mit mcp-for-apple-mail die passenden PDF-Rechnungen sammeln und gegen diese Liste abhaken. Maßgeblich ist der Abbuchungstag, nicht das Rechnungsdatum.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    MCP server for accessing and managing Banktivity personal finance data, enabling account, transaction, and budget operations through natural language.
    Last updated
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Local MCP server for macOS Mail reads plus visible unsent compose, reply, and forward drafts, and constrained single-message moves.
    Last updated
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Local MCP server for macOS native apps: Mail, Calendar, Reminders, Notes, Messages, and Contacts. Enables reading and organizing your Mac life through a single stdio process using AppleScript/JXA.
    Last updated
    40
    21
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.

  • TaxSort — Tollbooth-monetized MCP server for personal tax transaction classification

  • Remote MCP server for full read/write access to a Zotero library

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaack/mcp-for-money-money'

If you have feedback or need assistance with the MCP directory API, please join our Discord server