Skip to content

monarchmoney-cliMonarch Money CLI

Agent-friendly command-line interface for Monarch Money. Accounts, transactions, budgets, and cashflow from your terminal.

monarchmoney-cli

Quick Start

bash
# Install
brew tap thedavidweng/tap
brew install --cask monarchmoney-cli

# Authenticate
monarch auth login

# Use
monarch accounts list --json
monarch transactions list --json
monarch cashflow --json

Key Commands

CommandDescription
monarch accounts listList all accounts
monarch transactions listList transactions with filters
monarch budgets listList budget categories
monarch cashflowCashflow analysis
monarch rules listList transaction rules
monarch doctorVerify environment and auth

Built with VitePress