vanto/beanquery-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"beanquery-mcp": {
"command": "npx",
"args": [
"-y",
"beanquery-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...