Monarch Money MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Monarch Money MCP ServerShow me my account balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Monarch Money MCP Server
This project provides a Model Context Protocol (MCP) server for Monarch Money, allowing you to interact with your Monarch Money data using MCP-compatible clients (like Windsurf).
Features
Exposes Monarch Money API endpoints as MCP tools
Tools for accounts, budgets, and transactions
Input validation with Zod
Logging to
dist/mcp-startup.log
Related MCP server: Monarch Money MCP Server
Requirements
Node.js 18+
A Monarch Money API token (see here)
Setup
Clone the repository:
git clone git@github.com:mjstramel/monarch-money-mcp.git cd monarch-money-mcpInstall dependencies:
npm installSet your Monarch Money token:
export MONARCH_TOKEN=your_token_hereBuild and run:
npm run build npm start
Project Structure
src/index.ts— Main MCP server entry pointsrc/operations/monarch.ts— Monarch Money API wrappers and Zod schemas
Add to cursor
{
"mcpServers": {
"monarch-money": {
"command": "node",
"args": ["<path-to-mcp-server>/dist/index.js"],
"env": {
"MONARCH_TOKEN": "<YOUR_TOKEN>"
}
}
}
}Adding More Tools
To add more Monarch Money API endpoints, expand src/operations/monarch.ts and register new tools in src/index.ts.
License
Proprietary / Private
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides an MCP server for querying and managing Monarch Money personal finance data through a local SQLite mirror with read-only SQL access. It enables users to sync transaction history from the Monarch API and analyze accounts, categories, and tags.1MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that integrates with Monarch Money to provide financial data access and operations, including account management, transaction filtering, budget analysis, and goal tracking through natural language.
- AlicenseAqualityCmaintenanceMCP server providing 30 tools to access and manage Monarch Money financial data, including accounts, transactions, budgets, and more, enabling AI assistants to interact with personal finances.30552MIT
- AlicenseCqualityAmaintenanceUnofficial MCP server for Monarch Money that exposes tools for managing accounts, transactions, budgets, and other financial data through natural language.1251MIT
Related MCP Connectors
Query US Treasury national debt, interest rates, exchange rates, and fiscal datasets via MCP.
Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mjstramel/monarch-money-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server