mcp-for-money-money
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-for-money-moneyexport transactions from "My Checking Account" between 2026-04-01 and 2026-06-30"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Kontenliste als plist, zeigt die exakten Kontonamen |
| Umsätze eines Kontos im Zeitraum (bookingDate, amount, name, purpose) |
Related MCP server: banktivity-mcp
Installation
npm installKein 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 inspectRegistrieren
Claude Code:
claude mcp add money-money -- node /absolute/path/to/mcp-for-money-money/src/index.jsClaude 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
export_accounts, um den exakten Kontonamen zu sehen.export_transactionsmitaccount: "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.Danach mit
mcp-for-apple-maildie passenden PDF-Rechnungen sammeln und gegen diese Liste abhaken. Maßgeblich ist der Abbuchungstag, nicht das Rechnungsdatum.
Maintenance
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
- AlicenseBqualityFmaintenanceMCP server for macOS Apple apps. Enables read/write access to Notes, Reminders, Calendar, Contacts, and Safari using SQLite and JXA, all running locally.Last updated28172MIT
- Alicense-qualityDmaintenanceMCP server for accessing and managing Banktivity personal finance data, enabling account, transaction, and budget operations through natural language.Last updated3MIT
- Alicense-qualityDmaintenanceLocal MCP server for macOS Mail reads plus visible unsent compose, reply, and forward drafts, and constrained single-message moves.Last updatedMIT
- AlicenseBqualityBmaintenanceLocal 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 updated4021MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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