beanquery-mcp

vanto/beanquery-mcp
★ 41 stars Python 💰 Finance Updated 1y ago ⚠ Review
Beancount MCP Server is an experimental implementation that utilizes the Model Context Protocol (MCP) to enable AI assistants to query and analyze Beancount ledger files using Beancount Query Language (BQL) and the beanquery tool.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "beanquery-mcp": {
      "command": "uvx",
      "args": [
        "beanquery-mcp"
      ]
    }
  }
}

Or install with pip: pip install beanquery-mcp

Topics

beancountmcpmcp-servermodel-context-protocolpersonal-financeplaintext-accountingplaintextaccounting