Lexware Office
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.
7 天免费 · 无需信用卡 · EU 托管
问 Lexware 任何事
通过 AnythingMCP 对 Lexware Office 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 LexwareClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Lexware Office。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Lexware Office
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
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.
API version: this adapter targets the public REST API v1 at https://api.lexware.io/v1. Lexware still serves the historical api.lexoffice.io host; both answer the same tokens, but new integrations should use api.lexware.io.
Rate limit: 2 requests per second per token. The API answers a burst with 429; the agent should pace bulk work rather than retry in a tight loop.
Vouchers vs invoices: lexware_office_list_vouchers reads the voucher list — the bookkeeping view that contains sales invoices, purchase invoices, credit notes and receipts alike, and is what you want for "what is unpaid". lexware_office_get_invoice reads a single sales invoice document with its line items.
Writes: lexware_office_create_contact and lexware_office_create_invoice create real records in the live company. An invoice created with finalize: false stays a draft (Entwurf) and can still be deleted in the UI; finalized invoices are legally immutable under GoBD and can only be corrected with a credit note.
Cloud reachability: api.lexware.io is public with a valid certificate, so AnythingMCP Cloud reaches it with no extra setup.