Back to MCP Servers
Monarch
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.
finance-fintechai
By carsol
Installation
npx -y monarch-mcp-serverConfiguration
{
"mcpServers": {
"monarch-mcp-server": {
"command": "npx",
"args": ["-y", "monarch-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes