MCP server for Monarch Money — account, transaction, and budget management.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
monarch-money-mcp-server · npm · 0.0.13
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/monarch-money",
"description": "MCP server for Monarch Money — account, transaction, and budget management.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/monarch-money"
},
"version": "0.0.13",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "monarch-money-mcp-server",
"version": "0.0.13",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Pre-obtained session token for authentication (recommended over email/password).",
"isSecret": true,
"name": "MONARCH_SESSION_TOKEN"
},
{
"description": "Email address for email/password authentication.",
"name": "MONARCH_EMAIL"
},
{
"description": "Password for email/password authentication.",
"isSecret": true,
"name": "MONARCH_PASSWORD"
},
{
"description": "TOTP code if 2FA is enabled on the account.",
"isSecret": true,
"name": "MONARCH_TOTP"
},
{
"description": "Email OTP code required only on first login from a new install.",
"isSecret": true,
"name": "MONARCH_EMAIL_OTP"
},
{
"description": "Override passphrase for encrypting the on-disk session file.",
"isSecret": true,
"name": "MONARCH_SESSION_PASSPHRASE"
},
{
"description": "Directory where session.enc file is stored.",
"default": "~/.monarch-money-mcp",
"name": "MONARCH_STATE_DIR"
},
{
"description": "Comma-separated list of tool groups to enable (readonly, manage).",
"name": "MONARCH_ENABLED_TOOL_GROUPS"
},
{
"description": "Comma-separated whitelist of specific tool names to enable.",
"name": "MONARCH_ENABLED_TOOLS"
},
{
"description": "Comma-separated blacklist of specific tool names to disable.",
"name": "MONARCH_DISABLED_TOOLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-09T17:40:33.908298Z",
"publishedAt": "2026-07-09T17:40:33.908298Z",
"updatedAt": "2026-07-09T17:40:33.908298Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.0.13last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.