Monarch MCP Server for Cline
io.github.jamiew/monarch-mcp
Query and update Monarch Money accounts, transactions, and budgets
client:Cline
transport:stdio
runtime:pypi
Install Monarch MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"monarch-mcp": {
"command": "uvx",
"args": [
"monarch-mcp-jamiew"
],
"env": {
"MONARCH_EMAIL": "<MONARCH_EMAIL>",
"MONARCH_PASSWORD": "<MONARCH_PASSWORD>",
"MONARCH_MFA_SECRET": "<MONARCH_MFA_SECRET>",
"MONARCH_FORCE_LOGIN": "<MONARCH_FORCE_LOGIN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs