BuchhaltungsButler MCP-Server
BuchhaltungsButler MCP 서버
BuchhaltungsButler API를 위한 Model Context Protocol (MCP) 서버입니다. 이를 통해 Claude Desktop, ChatGPT 또는 다른 MCP 클라이언트에서 직접 BuchhaltungsButler를 사용할 수 있습니다.
사전 요구 사항
Node.js ≥ 18
BuchhaltungsButler API 액세스 (API Client + API Secret + 고객의 API Key)
Related MCP server: MonKey Office MCP Server
설치
git clone <repo-url>
cd buchhaltungsbutler-mcp
npm install
npm run build구성
다음 환경 변수가 필요합니다:
변수 | 설명 |
| API Client |
| API Secret |
| 관리할 고객의 API 키 (도구 호출별로 재정의 가능) |
선택 사항:
변수 | 설명 |
| 기본값: |
Claude Desktop에서 사용
Claude Desktop 구성을 엽니다:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
서버를 추가합니다:
{
"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을 다시 시작합니다.
ChatGPT / 기타 클라이언트에서 사용
이 서버는 Claude Desktop에서 기본적으로 지원되는 MCP-Stdio 전송을 사용합니다. ChatGPT 또는 다른 클라이언트의 경우, Stdio를 SSE/WebSocket으로 변환하기 위한 MCP 클라이언트 브리지(예: mcp-proxy)가 필요합니다:
npx mcp-proxy node /absoluter/pfad/zu/buchhaltungsbutler-mcp/dist/index.js사용 가능한 도구
증빙:
list_receipts,get_receipt,create_receipt,upload_receipt,delete_receipt거래:
list_transactions,get_transaction,create_transaction,assign_receipt_to_transaction,unassign_receipt_from_transaction송장:
create_invoice,create_invoice_draft전기:
list_postings,create_free_posting마스터 데이터:
list_debtors,list_creditors,list_posting_accounts,create_debtor,create_creditor기타:
list_accounts,add_comment,list_cost_locations,create_cost_location
전체 API 문서는 api-spec.json으로 프로젝트에 포함되어 있으며, 공식 BuchhaltungsButler API 문서와 대조할 수 있습니다.
보안
API Client와 Secret은 기밀입니다. 저장소에 저장하지 말고 Claude Desktop 구성 또는 환경 변수에만 저장하세요.
.gitignore는node_modules/,dist/및.env를 제외합니다.
개발
npm run dev # TypeScript im Watch-Modus
npm run build # Einmalig bauen
npm start # Server starten라이선스
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