インストール不要。2分以内に動きます。
cloud.anythingmcp.com で無料トライアルを開始し、Lexware Office をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。
Summary
Lexware Office (formerly lexoffice) — Germany's most-used SMB bookkeeping app. Read and create contacts, invoices, quotations, credit notes, vouchers and articles, and pull the voucher list that drives the Buchhaltung. Public REST API v1, bearer token.
こう聞いてみよう
Lexware Office のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Lexware Office をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Lexware Office + Claude
Lexware Office (formerly lexoffice) — Germany's most-used SMB bookkeeping app. Read and create contacts, invoices, quotations, credit notes, vouchers and articles, and pull the voucher list that drives the Buchhaltung. Public REST API v1, bearer token.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
LEXWARE_API_KEY
ステップ 1 — 認証情報を取得
Getting a token
- Sign in to Lexware Office (lexoffice) with an account on a paid plan — the API is not available on the free tier.
- Open Einstellungen → Erweiterungen → Öffentliche API and create a new access token. The token is shown once; store it immediately.
- Set
LEXWARE_API_KEYto that value. It is a personal token scoped to the one company (Mandant) it was created in; a tax adviser handling several clients needs one connector per client.
…(continued in the in-app connector instructions)
ステップ 2 — アダプターをインストール
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
ステップ 3 — Claude にコネクタを追加
推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。
- claude.ai/customize/connectors を開きます。
- "Add custom connector" をクリック。
- 入力:
- Name:
Lexware Office - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Connect をクリックして認可。
下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。
利用可能なツール
| Tool | What it does |
|---|---|
lexware_office_get_profile | Read the connected company profile: company name, tax number, VAT id, the connection's user id and the small-business (Kleinunternehmer) fla |
lexware_office_list_contacts | List contacts (customers and vendors) with paging |
lexware_office_get_contact | Read one contact by its Lexware id, including all addresses, the customer/vendor roles, contact persons, e-mail addresses and phone numbers |
lexware_office_list_vouchers | Search the voucher list — the bookkeeping view across sales invoices, purchase invoices, credit notes, down payments and receipts |
lexware_office_get_invoice | Read one sales invoice in full: header, addressee, every line item with net/gross and tax rate, the total amounts, the payment terms and the |
lexware_office_get_quotation | Read one quotation (Angebot) in full, including its line items, totals, validity date and current status |
lexware_office_get_credit_note | Read one credit note (Rechnungskorrektur) in full: the invoice it corrects, its line items and its totals |
lexware_office_list_articles | List articles (Artikel) from the product catalogue, optionally narrowed by article number or type, so an invoice line can reference a real p |
lexware_office_list_countries | List the country codes Lexware Office accepts in an address, with their tax classification (intra-community, third country) |
lexware_office_create_contact | Create a new contact with the customer and/or vendor role |
lexware_office_create_invoice | Create a sales invoice |
FAQ
Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。
次のステップ
このガイドは役に立ちましたか?