BuchhaltungsButler MCP-Server
BuchhaltungsButler MCP-Server
Ein Model Context Protocol (MCP)-Server für die BuchhaltungsButler API. Damit kannst du BuchhaltungsButler direkt aus Claude Desktop, ChatGPT oder jedem anderen MCP-Client heraus nutzen.
Voraussetzungen
Node.js ≥ 18
BuchhaltungsButler API-Zugang (API Client + API Secret + API Key eines Kunden)
Related MCP server: MonKey Office MCP Server
Installation
git clone <repo-url>
cd buchhaltungsbutler-mcp
npm install
npm run buildKonfiguration
Die folgenden Umgebungsvariablen werden benötigt:
Variable | Beschreibung |
| Dein API Client |
| Dein API Secret |
| Der API-Key des zu verwaltenden Kunden (kann pro Tool-Aufruf überschrieben werden) |
Optional:
Variable | Beschreibung |
| Standard: |
Verwendung in Claude Desktop
Öffne die Claude Desktop Konfiguration:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Füge den Server hinzu:
{
"mcpServers": {
"buchhaltungsbutler": {
"command": "node",
"args": ["/absoluter/pfad/zu/buchhaltungsbutler-mcp/dist/index.js"],
"env": {
"BUCHHALTUNGSBUTLER_API_CLIENT": "dein-api-client",
"BUCHHALTUNGSBUTLER_API_SECRET": "dein-api-secret",
"BUCHHALTUNGSBUTLER_API_KEY": "kunden-api-key"
}
}
}
}Claude Desktop neu starten.
Verwendung in ChatGPT / anderen Clients
Dieser Server verwendet den MCP-Stdio-Transport, der von Claude Desktop nativ unterstützt wird. Für ChatGPT oder andere Clients wird ein MCP-Client-Bridge (z.B. mcp-proxy) benötigt, um Stdio in SSE/WebSocket zu übersetzen:
npx mcp-proxy node /absoluter/pfad/zu/buchhaltungsbutler-mcp/dist/index.jsVerfügbare Tools
Belege:
list_receipts,get_receipt,create_receipt,upload_receipt,delete_receiptTransaktionen:
list_transactions,get_transaction,create_transaction,assign_receipt_to_transaction,unassign_receipt_from_transactionRechnungen:
create_invoice,create_invoice_draftBuchungen:
list_postings,create_free_postingStammdaten:
list_debtors,list_creditors,list_posting_accounts,create_debtor,create_creditorSonstiges:
list_accounts,add_comment,list_cost_locations,create_cost_location
Die vollständige API-Dokumentation liegt als api-spec.json im Projekt und kann mit den offiziellen BuchhaltungsButler API-Docs abgeglichen werden.
Sicherheit
API Client und Secret sind vertraulich. Speichere sie nicht im Repository, sondern nur in der Claude-Desktop-Konfiguration oder in Umgebungsvariablen.
Die
.gitignoreschließtnode_modules/,dist/und.envaus.
Entwicklung
npm run dev # TypeScript im Watch-Modus
npm run build # Einmalig bauen
npm start # Server startenLizenz
MIT
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
- AlicenseNot gradedqualityAmaintenanceComplete Swiss accounting integration for Bexio via MCP. Works with Claude Desktop, n8n, and any MCP client. 221 tools for invoices, contacts, projects & more. Created by Lukas Hertig.27MIT
- FlicenseNot gradedqualityDmaintenanceConnects Claude Desktop to the MonKey Office Connect JSON-API, enabling natural language queries for accounting data like bookings, invoices, and open items. It allows users to retrieve information about companies, accounts, customers, and projects through a set of specialized tools.
- AlicenseNot gradedqualityAmaintenanceEnables Claude to interact with Acumatica ERP through a remote MCP server with per-user OAuth, role-based access, and 44 tools for querying and managing ERP data.17Apache 2.0
- AlicenseBqualityDmaintenanceEnables Claude Desktop to interact with freee accounting API for expense registration, transaction management, and receipt image processing.151MIT
Related MCP Connectors
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
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/milomymilo/buchhaltungsbutler-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server