monarch-mcp-server
The Monarch Money MCP Server provides seamless access to your financial accounts and analytics.
This server is designed to integrate with the Monarch Money personal finance platform, allowing users to manage their financial accounts, transactions, budgets, and analytics efficiently. Built with the MonarchMoneyCommunity Python library, it supports multi-factor authentication for enhanced security. Users can easily set up the server and configure it with Claude Desktop for a streamlined experience. With the Monarch Money MCP Server, users can leverage the power of the Model Context Protocol to access and manipulate their financial data in a secure and user-friendly manner. The server facilitates interaction with financial data, making it easier to track spending, set budgets, and analyze financial trends over time.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"monarch-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-monarch-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions