beancount-mcp
Beancount MCP (Model Context Protocol)-Server
Ein Beancount-MCP-Server, der Beancount-Abfragen ausführen und Transaktionen an das Hauptbuch übermitteln kann.
Verwendung
uvx beancount-mcp [--transport=stdio/sse] your_ledger.bean
Zu Claude hinzufügen
Zu claude_desktop_config.json hinzufügen (Sie finden diese Datei unter „Einstellungen – Entwickler – Konfiguration bearbeiten“):
{
"mcpServers": {
"https://github.com/StdioA/beancount-mcp/tree/master": {
"command": "uvx",
"args": [
"beancount-mcp",
"--transport=stdio",
"PATH_TO_YOUR_LEDGER"
],
"disabled": false,
"autoApprove": []
}
}
}
This 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.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for interacting with Money Manager EX databases. Enables querying and managing financial data like accounts, transactions, payees, categories, currencies, and more through natural language.68MIT
- Flicense-qualityCmaintenanceA read-only MCP server that gives AI agents structured access to a Beancount personal finance ledger.1
- FlicenseAqualityBmaintenanceA lightweight MCP server for managing personal finances locally. It allows users to log transactions, view summaries, manage categories, and interact with their budget via any MCP-compatible LLM client.12
- Flicense-qualityCmaintenanceMCP server for Beancount ledgers that enables querying with BQL, listing accounts, getting balances, searching transactions, validating the ledger, and appending new entries.
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Remote MCP server for full read/write access to a Zotero library
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/StdioA/beancount-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server