JUHE API Marketplace
StdioA avatar
MCP Server

beancount-mcp

MCP Server to query from your Beancount ledger, or submit transaction.

6
GitHub Stars
8/23/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

Beancount MCP (Model Context Protocol) Server

A Beancount MCP server which can execute beancount query, and submit transaction to the ledger.

Usage

uvx beancount-mcp [--transport=stdio/sse] your_ledger.bean

Add to Claude

Add to claude_desktop_config.json (you can find this file by using Settings - Developer - Edit Config):

{
  "mcpServers": {
    "https://github.com/StdioA/beancount-mcp/tree/master": {
      "command": "uvx",
      "args": [
        "beancount-mcp",
        "--transport=stdio",
        "PATH_TO_YOUR_LEDGER"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source