Skip to main content
Glama
milomymilo

BuchhaltungsButler MCP-Server

by milomymilo

BuchhaltungsButler MCP-Server

一个用于 BuchhaltungsButler APIModel 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

配置

需要以下环境变量:

Variable

描述

BUCHHALTUNGSBUTLER_API_CLIENT

你的 API Client

BUCHHALTUNGSBUTLER_API_SECRET

你的 API Secret

BUCHHALTUNGSBUTLER_API_KEY

要管理的客户的 API Key(可在每次工具调用时覆盖)

可选:

Variable

描述

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 / 其他客户端中使用

此服务器使用 MCP-Stdio 传输,Claude Desktop 原生支持该传输。对于 ChatGPT 或其他客户端,需要 MCP 客户端桥接器(例如 mcp-proxy)来将 Stdio 转换为 SSE/WebSocket:

npx mcp-proxy node /absoluter/pfad/zu/buchhaltungsbutler-mcp/dist/index.js

可用工具

  • 凭证list_receiptsget_receiptcreate_receiptupload_receiptdelete_receipt

  • 交易list_transactionsget_transactioncreate_transactionassign_receipt_to_transactionunassign_receipt_from_transaction

  • 发票create_invoicecreate_invoice_draft

  • 记账list_postingscreate_free_posting

  • 主数据list_debtorslist_creditorslist_posting_accountscreate_debtorcreate_creditor

  • 其他list_accountsadd_commentlist_cost_locationscreate_cost_location

完整的 API 文档以 api-spec.json 形式存放在项目中,可与官方 BuchhaltungsButler API-Docs 进行对照。

安全性

  • 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

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