carsol/monarch-mcp-server
MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support.
Quick Start
Clone the repository:
git clone https://github.com/carsol/monarch-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"monarch-mcp-server": {
"command": "npx",
"args": [
"-y",
"carsol/monarch-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.