Skip to main content
Glama
mjstramel

Monarch Money MCP Server

by mjstramel

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

  1. Clone the repository:

    git clone git@github.com:mjstramel/monarch-money-mcp.git
    cd monarch-money-mcp
  2. Install dependencies:

    npm install
  3. Set your Monarch Money token:

    export MONARCH_TOKEN=your_token_here
  4. Build and run:

    npm run build
    npm start

Project Structure

  • src/index.ts — Main MCP server entry point

  • src/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

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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