Lightweight CLI, Python SDK, and MCP server for accessing Monarch Money financial data
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"monarch-access": {
"command": "uvx",
"args": [
"monarch-access"
]
}
}
}
Run in terminal:
claude mcp add monarch-access uvx monarch-access
Add to .cursor/mcp.json:
{
"mcpServers": {
"monarch-access": {
"command": "uvx",
"args": [
"monarch-access"
]
}
}
}
Or install with pip: pip install monarch-access
README Excerpt
Lightweight CLI and Python SDK for accessing [Monarch Money](https://www.monarch.com/) financial data. ``` $ monarch accounts ACCOUNTS (5) +--------------------------------+--------------------+----------------+ | Account | Institution | Balance | +--------------------------------+--------------------+----------------+
Tools (20)
APP_USERS_PATHJWT_AUDSIGNING_KEYTOKEN_DURATION_SECONDSclose_accountcreate_transactionsdelete_transactionsdownload_balance_historyget_holdingsget_transactionlist_accountslist_categorieslist_recurringlist_transactionsmark_transactions_reviewedsplit_transactionupdate_accountupdate_recurringupdate_transactionupload_balance_history
Topics
gapp-solutionmcp-product