beancount-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., "@beancount-mcp-serverWhat is my Assets account balance?"
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.
beancount-mcp-server
MCP (Model Context Protocol) server for Beancount ledgers. Lets MCP clients (Claude Code, Claude Desktop, etc.) query a ledger with BQL and append new entries.
Tools
Tool | Description |
| Run an arbitrary BQL query |
| List accounts with open/close dates and currencies |
| Per-account balances, filterable by prefix and date |
| Search postings by text, account, and date range |
| Validate the ledger (bean-check equivalent) |
| Append a new transaction (validated before writing) |
| Append raw Beancount directive text (validated before writing) |
Usage
The ledger path is taken from the first CLI argument, or from $BEANCOUNT_FILE.
uvx beancount-mcp-server /path/to/main.beancountClaude Code / Claude Desktop config
{
"mcpServers": {
"beancount": {
"command": "uvx",
"args": ["beancount-mcp-server", "/path/to/main.beancount"]
}
}
}Docker
docker build -t beancount-mcp-server .
docker run -i --rm -v /path/to/ledger:/data beancount-mcp-serverThe image expects the main file at /data/main.beancount (override via BEANCOUNT_FILE).
Development
uv sync
uv run beancount-mcp-server /path/to/main.beancountThis server cannot be installed
Maintenance
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
- 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/toof-jp/beancount-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server