Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте Lexware Office одним кликом и направьте свой ИИ-клиент (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 key — готово. Без Docker, без
git clone, без локального сервера.
Lexware Office + Gemini
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 — Добавьте коннектор в Gemini
Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:
{
"mcpServers": {
"anythingmcp": {
"httpUrl": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
- Сохраните файл и перезапустите
gemini. - Запустите
/mcpв Gemini CLI —Lexware Officeдолжен быть доступен. - Vertex AI Studio: передайте
https://cloud.anythingmcp.com/mcpв массивtoolsзапроса с тем же Bearer-заголовком.
Доступные инструменты
| 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
Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.
Следующие шаги
Это руководство помогло?