moneymoney-mcp-server

Schimmilab/moneymoney-mcp-server
★ 0 stars Python Other Updated today
Read-only MCP server for MoneyMoney (macOS) via its AppleScript interface — accounts, transactions, portfolio, categories. MoneyMoney holds the credentials; the server only reads.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "moneymoney-mcp-serve": {
      "command": "uvx",
      "args": [
        "moneymoney-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install moneymoney-mcp-server