Skip to main content
Glama
milomymilo

BuchhaltungsButler MCP-Server

by milomymilo

BuchhaltungsButler MCP サーバー

Model Context Protocol (MCP) サーバーで、BuchhaltungsButler API 用です。これにより、Claude Desktop、ChatGPT、またはその他の MCP クライアントから直接 BuchhaltungsButler を利用できます。

前提条件

  • Node.js ≥ 18

  • BuchhaltungsButler API アクセス(API クライアント + API シークレット + 顧客の API キー)

Related MCP server: MonKey Office MCP Server

インストール

git clone <repo-url>
cd buchhaltungsbutler-mcp
npm install
npm run build

設定

以下の環境変数が必要です:

変数

説明

BUCHHALTUNGSBUTLER_API_CLIENT

あなたの API クライアント

BUCHHALTUNGSBUTLER_API_SECRET

あなたの API シークレット

BUCHHALTUNGSBUTLER_API_KEY

管理対象顧客の API キー(ツール呼び出しごとに上書き可能)

任意:

変数

説明

BUCHHALTUNGSBUTLER_API_URL

デフォルト: https://webapp.buchhaltungsbutler.de/api/v1

Claude Desktop での使用方法

  1. Claude Desktop の設定を開きます:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows: %APPDATA%\Claude\claude_desktop_config.json

  2. サーバーを追加します:

{
  "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"
      }
    }
  }
}
  1. Claude Desktop を再起動します。

ChatGPT / 他のクライアントでの使用方法

このサーバーは Claude Desktop がネイティブにサポートする MCP 標準入出力トランスポートを使用します。ChatGPT や他のクライアントでは、標準入出力を 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 クライアントとシークレットは機密情報です。リポジトリには保存せず、Claude Desktop の設定または環境変数にのみ保存してください。

  • .gitignorenode_modules/dist/.env を除外します。

開発

npm run dev     # TypeScript im Watch-Modus
npm run build   # Einmalig bauen
npm start       # Server starten

ライセンス

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    A
    maintenance
    Complete 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.
    27
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Connects 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.
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables 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.
    17
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    Enables Claude Desktop to interact with freee accounting API for expense registration, transaction management, and receipt image processing.
    15
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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