MCP Server
MCP
Monarch MCP Server
Access Monarch financial data — accounts, transactions, budgets, and more
Install
uvx monarch-mcp-jamiew
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "monarch-mcp-jamiew",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Monarch Money account email",
"isRequired": true,
"name": "MONARCH_EMAIL"
},
{
"description": "Your Monarch Money account password",
"isRequired": true,
"isSecret": true,
"name": "MONARCH_PASSWORD"
},
{
"description": "Your TOTP secret key for 2FA",
"isSecret": true,
"name": "MONARCH_MFA_SECRET"
},
{
"description": "Set to 'true' to bypass session cache",
"name": "MONARCH_FORCE_LOGIN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment