Execute Beancount queries and submit transactions to your ledger efficiently using a Model Context Protocol server supporting stdio and SSE transport methods.
Unlock the full potential of beancount-mcp through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
A Beancount MCP server which can execute beancount query, and submit transaction to the ledger.
uvx beancount-mcp [--transport=stdio/sse] your_ledger.bean
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": []
}
}
}
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!