Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฐ Finance & Fintech
  3. MCP Server Ledger
MCP Server Ledger logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:50:15 PM

MCP Server Ledger

User RatingsBe the first to rate and review this MCP server!
View Repository51 GitHub StarsTotal stargazers on GitHub for the source repository (51 stars).Visit Website
ledgeraccountingfinanceclimcp

Queries Ledger CLI files through MCP for balances, registers, accounts, budgets, and other accounting reports.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "minhyeoky-mcp-server-ledger": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ฐ More in Finance & Fintech

Overview

The minhyeoky/mcp-server-ledger MCP server exposes Ledger CLI operations as MCP tools for querying and analyzing double-entry accounting data. It runs Ledger CLI commands against a configured ledger file and returns formatted reports or command output. Use it when an MCP-compatible assistant needs access to local balances, transactions, accounts, payees, commodities, statistics, or budget analysis. Ledger CLI must be installed in PATH, and the server requires a valid ledger file.

Use cases

โ€ขQuery account balances for a selected date range
โ€ขReview transaction history for a payee
โ€ขList accounts, commodities, or payees in a ledger file
โ€ขAnalyze budget performance by reporting period
โ€ขGenerate formatted Ledger reports from an MCP client

Key features

โ€ขAccount balance reporting
โ€ขTransaction register queries
โ€ขAccount, payee, and commodity listing
โ€ขBudget analysis
โ€ขLedger-format transaction output
โ€ขRaw Ledger CLI command execution

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Ledger.

Extracted Tool Capabilities
Account balance reporting
Transaction register queries
Account, payee, and commodity listing
Budget analysis
Ledger-format transaction output
Raw Ledger CLI command execution

How MCP Server Ledger works

What minhyeoky/mcp-server-ledger MCP server does

The minhyeoky/mcp-server-ledger MCP server connects an MCP client to Ledger CLI, a command-line double-entry accounting system. It is intended for read-oriented questions about financial records, including balances, transaction history, account names, payees, commodities, ledger entries, file statistics, and budget results.

The server translates structured tool inputs into Ledger CLI commands and returns the resulting text. This lets an assistant answer questions such as which expenses occurred during a date range, what an account balance is, or how spending compares with a budget. The available interface is centered on querying and reporting rather than providing a separate accounting database or graphical interface.

Tools and capabilities

The minhyeoky/mcp-server-ledger MCP server provides these tools:

  • ledger_balance produces account balance reports with query, date, and display filters.
  • ledger_register returns a detailed transaction register with query, date, and sorting options.
  • ledger_accounts finds accounts, optionally filtered by a query pattern.
  • ledger_payees lists payees found in transactions, with optional filtering.
  • ledger_commodities lists currencies or other commodities used in the file.
  • ledger_print outputs matching transactions in Ledger format.
  • ledger_stats returns statistical information about the ledger file.
  • ledger_budget generates budget analysis using query, date, and reporting-period inputs.
  • ledger_raw_command passes a list of arguments to Ledger CLI and returns its output as text.

The raw command tool is broader than the purpose-specific tools, so commands should be reviewed before execution. The project notes that it includes basic validation intended to reduce command-injection risk, but does not remove the need to use trusted clients and carefully control exposed files and commands.

Setup and configuration

Ledger CLI must be installed and available through the server process's PATH. You also need a valid Ledger file containing the financial data to query.

The ledger path can be supplied through the LEDGER_FILE environment variable or through command-line arguments when launching the server. In a Docker setup, the README shows mounting a host ledger file at /main.ledger and setting LEDGER_FILE=/main.ledger inside the container. The host path in that example must be replaced with a real file path.

The repository documents local setup with uv sync. For Claude Desktop, it provides a configuration that launches the repository's main.py through uv, with an optional environment file for LEDGER_FILE. It also documents a Docker image named minhyeoky/mcp-ledger and a Smithery installation path.

Limitations and notes

The minhyeoky/mcp-server-ledger MCP server depends on the Ledger CLI executable and the correctness of the supplied ledger file. It does not describe a hosted service, remote data store, or built-in authentication system. Access is local to the files and commands made available to the process.

Because the server executes Ledger CLI commands against financial data, use it only with trusted MCP clients. Limit file paths exposed to the process, review raw commands, and consider the sensitivity of the ledger contents before connecting an assistant. The project is licensed under the MIT License.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Hledger MCP logoHledger MCP

    Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local HLedger accounting journals.

    ๐Ÿ’ฐ Finance & Fintech7 views
    Compare vs Hledger MCP โ†’
  • Bexio MCP Server logoBexio MCP Server

    Swiss accounting integration for Bexio. 221 tools for invoices, contacts, projects.

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Bexio MCP Server โ†’
  • Xero MCP Server logoXero MCP Server

    An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.

    ๐Ÿ’ฐ Finance & Fintech2 views
    Compare vs Xero MCP Server โ†’
  • Openaccountants logoOpenaccountants

    Open-source AI accounting skills, checked by licensed accountants jurisdiction by jurisdiction. 3 tools: list skills by country/category, get full skill content, and get individual sections. Skills teach AI agents tax computations (income tax, VAT, payroll) across 134 countries plus US states and Canadian provinces. Hosted at https://www.openaccountants.com/api/mcp.

    ๐Ÿ’ฐ Finance & Fintech2 views
    Compare vs Openaccountants โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
51
Stargazers on the source repository.
npm downloads
37k
Package downloads in the last 30 days.
Last commit
10mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server Ledger

The README documents `uv sync` for local setup, a Docker image named `minhyeoky/mcp-ledger`, and installation through Smithery. Ledger CLI must also be installed and available in PATH.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server Ledger AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/minhyeoky-mcp-server-ledger?style=directory)](https://allmcps.com/mcp/minhyeoky-mcp-server-ledger)
HTML Embed
<a href="https://allmcps.com/mcp/minhyeoky-mcp-server-ledger"><img src="https://allmcps.com/api/badge/minhyeoky-mcp-server-ledger?style=directory" alt="MCP Server Ledger on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ฐFinance & Fintech
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars51
GitHub Star CountTotal stargazers on GitHub representing community popularity (51 stars).
Last commit10mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Oct 19, 2025
npm downloads37,913/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair ยท 45/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท @smithery/cli (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฐ Finance & Fintech โ†’Best MCP servers for Finance & Fintech โ†’Alternatives to MCP Server Ledger โ†’Install in Claude DesktopInstall in CursorInstall in VS Code