Skip to main content
Glama

beancount-mcp

by StdioA

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": [] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

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

  1. Usage
    1. Add to Claude

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    This MCP server provides connection to Starrocks allows you to explore this query engine with minimum effort.
    Last updated -
    Python
    MIT License
  • -
    security
    A
    license
    -
    quality
    An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
    Last updated -
    1
    Python
    GPL 3.0
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP server that fetches on-chain blockchain data via the Ankr API, allowing LLMs to retrieve token balances for wallet addresses on specific networks.
    Last updated -
    1
    56
    1
    TypeScript

View all related MCP servers

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/StdioA/beancount-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server