# How to connect Lexoffice to Claude Cowork

```json
{
  "title": "How to connect Lexoffice to Claude Cowork",
  "toolkit": "Lexoffice",
  "toolkit_slug": "lexoffice",
  "framework": "Claude Cowork",
  "framework_slug": "claude-cowork",
  "url": "https://composio.dev/toolkits/lexoffice/framework/claude-cowork",
  "markdown_url": "https://composio.dev/toolkits/lexoffice/framework/claude-cowork.md",
  "updated_at": "2026-05-12T10:17:33.830Z"
}
```

## Introduction

Cowork is Anthropic's AI agent for knowledge work. Think of it as Claude Code for everything else. It works autonomously with your computer, local files, and applications to accomplish complex tasks.
This guide walks you through the easiest and most secure way to connect your Lexoffice account to Cowork via Composio Connect, enabling it to generate and send new client invoices, summarize monthly expense reports, list overdue payments from customers, and more such actions on your behalf without compromising your account security.

## Also integrate Lexoffice with

- [OpenAI Agents SDK](https://composio.dev/toolkits/lexoffice/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/lexoffice/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/lexoffice/framework/claude-code)
- [Codex](https://composio.dev/toolkits/lexoffice/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/lexoffice/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/lexoffice/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/lexoffice/framework/cli)
- [Google ADK](https://composio.dev/toolkits/lexoffice/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/lexoffice/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/lexoffice/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/lexoffice/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/lexoffice/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/lexoffice/framework/crew-ai)

## Connect Lexoffice to Claude Cowork

### Connecting Lexoffice to Claude Cowork
1. Open Customize
In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.
2. Add the Composio MCP server
Click Add custom connector and paste in the Composio MCP server URL:

```bash
https://connect.composio.dev/mcp
```

## What is Claude Cowork?

Claude Cowork is Anthropic's agent for general knowledge work. It can use your computer, files, and connected applications to complete longer-running tasks across your work tools.
With Composio Connect, Cowork can securely access apps like Lexoffice through MCP without you sharing account credentials directly with the agent.

## What is the Lexoffice MCP server, and what's possible with it?

The Lexoffice MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Lexoffice account. It provides structured and secure access to your Lexoffice workspace, so your agent can perform actions like managing invoices, tracking expenses, syncing with bank accounts, and handling client records on your behalf.
- Invoice creation and management: Effortlessly generate, send, and track invoices, helping you streamline your billing process.
- Expense tracking and categorization: Let your agent log and classify expenses, making it easy to stay on top of your business spending.
- Bank integration and reconciliation: Automatically sync transactions with your connected bank accounts for simplified reconciliation and financial oversight.
- Client and contact management: Manage your customer database, update records, and keep client information organized and up to date.
- Financial reporting and insights: Generate detailed reports on your business’s financial health, including revenue, expenses, and outstanding balances.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `LEXOFFICE_CREATE_ARTICLE` | Create Article | Tool to create a new article (product or service) in Lexoffice. Use when you need to add items to the product/service catalog for invoicing or quotations. The leadingPrice field must be uppercase (NET or GROSS). |
| `LEXOFFICE_CREATE_CONTACT` | Create contact | Tool to create a new contact (customer or vendor) in Lexoffice. Use when you need to add a new business contact. Either company or person details must be provided, and at least one role (customer/vendor) must be assigned. |
| `LEXOFFICE_CREATE_CREDIT_NOTE` | Create Credit Note | Tool to create a credit note in Lexoffice. Credit notes are created in draft mode by default; set finalize=true to create with status 'open'. Use when you need to issue a refund or credit for an invoice. Maximum 300 line items per credit note. |
| `LEXOFFICE_CREATE_DELIVERY_NOTE` | Create Delivery Note | Create a delivery note in lexoffice. Delivery notes are created in draft mode by default (set finalize=true for open status). Use when shipping goods or providing services and need to document what was delivered without prices/payment terms. Maximum 300 line items allowed per delivery note. |
| `LEXOFFICE_CREATE_EVENT_SUBSCRIPTION` | Create Event Subscription | Tool to register a new webhook for Lexoffice events. Use when you need to receive real-time notifications for specific events like invoice creation, contact changes, or payment updates. |
| `LEXOFFICE_CREATE_ORDER_CONFIRMATION` | Create Order Confirmation | Tool to create an Order Confirmation in Lexoffice/Lexware. Order confirmations are always created in draft mode and do not need to be finalized. Use when you need to confirm a customer order with line items, pricing, and shipping details. |
| `LEXOFFICE_CREATE_QUOTATION` | Create Quotation | Tool to create a quotation in Lexoffice. Quotations are created in draft mode by default. Use the finalize parameter to create a finalized quotation with status 'open'. Requires address with either contactId or name+countryCode, line items, total pricing, and tax conditions. |
| `LEXOFFICE_CREATE_VOUCHER` | Create Voucher | Tool to create a bookkeeping voucher in Lexoffice. Use when you need to create expense receipts, sales invoices, purchase invoices, or other accounting vouchers. The voucher requires line items with amounts, tax rates, and posting category IDs. |
| `LEXOFFICE_DELETE_ARTICLE` | Delete Article | Tool to permanently delete an article by its ID. Returns success confirmation on 204, or raises error if article not found (404). |
| `LEXOFFICE_DELETE_EVENT_SUBSCRIPTION` | Delete Event Subscription | Tool to delete an event subscription by its ID. Use when you need to remove an existing event subscription from Lexoffice. |
| `LEXOFFICE_DOWNLOAD_FILE` | Download File | Download a file from lexoffice by its ID. Use this to retrieve PDF documents, images, or XML files associated with invoices, vouchers, or other records. The file format returned depends on the Accept header specified. |
| `LEXOFFICE_GET_ARTICLE` | Get Article | Tool to retrieve an article by ID from Lexoffice. Use when you need to fetch details of a specific article including its price, type, and other metadata. |
| `LEXOFFICE_GET_CONTACT` | Get Contact | Tool to retrieve a specific contact by its ID. Use when you need to fetch detailed information about a contact. |
| `LEXOFFICE_GET_CREDIT_NOTE` | Get Credit Note | Tool to retrieve a credit note by its UUID from Lexoffice. Use when you need to fetch details of a specific credit note. Credit notes can be in draft or finalized (open) mode. |
| `LEXOFFICE_GET_CREDIT_NOTE_DOCUMENT` | Get Credit Note Document | Tool to render a credit note document (PDF). Use to trigger PDF document file rendering for credit notes in status 'open'. Note: This endpoint only works for credit notes that have been finalized (status 'open'), not for draft credit notes. |
| `LEXOFFICE_GET_DELIVERY_NOTE` | Get Delivery Note | Tool to retrieve a specific delivery note from Lexoffice by its ID. Use when you need to fetch complete details of a delivery note including address, line items, and tax information. |
| `LEXOFFICE_GET_DUNNING` | Get Dunning | Tool to retrieve a dunning document by its ID. Use when you need to fetch details of a specific dunning from Lexoffice. |
| `LEXOFFICE_GET_DUNNING_DOCUMENT` | Get Dunning Document | Tool to render and retrieve a dunning document (PDF) reference. Triggers the PDF document file rendering for newly created dunnings. Use when you need to get the document file ID for a specific dunning to download or reference the PDF. |
| `LEXOFFICE_GET_EVENT_SUBSCRIPTION` | Get Event Subscription | Tool to retrieve a specific event subscription by its ID. Use when you need to get details about an existing event subscription. |
| `LEXOFFICE_GET_INVOICE` | Get Invoice | Tool to retrieve a specific invoice by its UUID. Use when you need to fetch detailed information about an invoice including line items, pricing, and payment terms. |
| `LEXOFFICE_GET_INVOICE_DOCUMENT` | Get Invoice Document | Tool to render an Invoice Document (PDF) by invoice ID. Use when you need to generate or retrieve the PDF document reference for an invoice that is in 'open' status. This triggers the PDF rendering process and returns a document file ID that can be used to download the actual PDF file. |
| `LEXOFFICE_GET_ORDER_CONFIRMATION` | Get Order Confirmation | Tool to retrieve a specific order confirmation by its ID. Use when you need to fetch the complete details of an order confirmation including line items, pricing, addresses, and payment terms. |
| `LEXOFFICE_GET_ORDER_CONFIRMATION_DOCUMENT` | Render Order Confirmation Document | Tool to render an Order Confirmation Document as PDF. Use when you need to trigger PDF document rendering for a specific order confirmation by providing its ID. Returns a document file reference that can be used to retrieve the rendered PDF. |
| `LEXOFFICE_GET_PAYMENT` | Get Payment Information | Tool to retrieve payment information for a specific voucher (invoice or credit note) from Lexoffice. Use when you need to check payment status, outstanding amounts, or view payment transaction details for bookkeeping or sales vouchers. |
| `LEXOFFICE_GET_PROFILE` | Get Profile | Retrieves the user and company profile information from Lexoffice. Use this action to get account details, enabled features, subscription status, and company information. |
| `LEXOFFICE_GET_QUOTATION` | Get Quotation | Tool to retrieve a quotation by its ID. Use when you need to fetch details of a specific quotation including line items, pricing, and payment terms. |
| `LEXOFFICE_GET_QUOTATION_DOCUMENT` | Get Quotation Document | Tool to render a quotation document as a PDF file. Triggers the PDF document file rendering for newly created quotations in status open. Returns a document file ID that can be used to download the PDF. |
| `LEXOFFICE_GET_VOUCHER` | Get Voucher | Tool to retrieve a specific voucher by its UUID. Use when you need to fetch detailed information about vouchers such as sales invoices, credit notes, and other financial documents. |
| `LEXOFFICE_LIST_ARTICLES` | List Articles | Tool to list articles from Lexoffice using filters and pagination. Use when you need to retrieve articles filtered by articleNumber, gtin, or type (PRODUCT/SERVICE). Supports pagination with page and size parameters. |
| `LEXOFFICE_LIST_CONTACTS` | List Contacts | Tool to retrieve all contacts from Lexoffice with optional filters. Use when you need to list contacts with filtering options for number, email, name, vendor status, or customer status. |
| `LEXOFFICE_LIST_COUNTRIES` | List Countries | Tool to retrieve the list of all available countries with tax classifications from Lexoffice. Use when you need to get country information for invoicing, tax calculations, or address validation. |
| `LEXOFFICE_LIST_EVENT_SUBSCRIPTIONS` | List Event Subscriptions | Tool to retrieve all event subscriptions for the current access token. Use when you need to inspect configured webhook subscriptions for events. |
| `LEXOFFICE_LIST_PAYMENT_CONDITIONS` | List Payment Conditions | Tool to retrieve list of currently configured payment conditions from Lexoffice. Use when you need to view all payment terms and conditions set up in the organization. |
| `LEXOFFICE_LIST_POSTING_CATEGORIES` | List Posting Categories | Tool to retrieve the list of posting categories for bookkeeping vouchers (revenue or expense) supported in lexoffice. Use when you need to get available posting categories for creating or updating vouchers. |
| `LEXOFFICE_LIST_PRINT_LAYOUTS` | List Print Layouts | Tool to retrieve all print layouts for invoices and other documents. Use when you need to list available print layouts that can be referenced when creating sales vouchers (invoices, delivery notes, credit notes, etc.). |
| `LEXOFFICE_LIST_RECURRING_TEMPLATES` | List Recurring Templates | Tool to retrieve all recurring templates from Lexoffice. Use when you need to list recurring invoice templates with pagination and sorting options. |
| `LEXOFFICE_LIST_VOUCHERLIST` | List Voucherlist | Tool to retrieve voucherlist from Lexoffice including bookkeeping vouchers (salesinvoices, salescreditnotes), invoices, credit notes, order confirmations, quotations, and delivery notes. Use when you need to list vouchers with filtering options for type, status, dates, or contact. |
| `LEXOFFICE_LIST_VOUCHERS` | List Vouchers | Tool to filter vouchers by voucher number from Lexoffice. Use when you need to retrieve vouchers with a specific voucher number. |
| `LEXOFFICE_UPDATE_ARTICLE` | Update Article | Tool to update an existing article in Lexoffice with new data. Use when you need to modify article details such as price, title, type, or other attributes. Requires the article ID and version number for optimistic locking. |
| `LEXOFFICE_UPDATE_CONTACT` | Update lexoffice contact | Tool to update an existing contact in lexoffice. Use when modifying customer or vendor information. Requires the contact ID and current version number for optimistic locking. |
| `LEXOFFICE_UPLOAD_VOUCHER_FILE` | Upload Voucher File | Tool to upload and assign files (PDF or image) to a specific voucher in lexoffice. Use when you need to attach supporting documents or receipts to an existing voucher. The file upload is asynchronous and returns HTTP 202 (Accepted) when the file is accepted for processing. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Lexoffice MCP server connects Claude Cowork to your Lexoffice account through Composio. Once connected, Cowork can use the available Lexoffice tools and triggers to complete tasks on your behalf.

## Complete Code

None listed.

## How to build Lexoffice MCP Agent with another framework

- [OpenAI Agents SDK](https://composio.dev/toolkits/lexoffice/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/lexoffice/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/lexoffice/framework/claude-code)
- [Codex](https://composio.dev/toolkits/lexoffice/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/lexoffice/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/lexoffice/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/lexoffice/framework/cli)
- [Google ADK](https://composio.dev/toolkits/lexoffice/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/lexoffice/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/lexoffice/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/lexoffice/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/lexoffice/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/lexoffice/framework/crew-ai)

## Related Toolkits

- [Stripe](https://composio.dev/toolkits/stripe) - Stripe is a global online payments platform offering APIs for managing payments, customers, and subscriptions. Trusted by businesses for secure, efficient, and scalable payment processing worldwide.
- [Alpha vantage](https://composio.dev/toolkits/alpha_vantage) - Alpha Vantage is a financial data platform offering real-time and historical stock market APIs. Get instant, reliable access to equities, forex, and technical analysis data for smarter trading decisions.
- [Altoviz](https://composio.dev/toolkits/altoviz) - Altoviz is a cloud-based billing and invoicing platform for businesses. It streamlines online payments, expense tracking, and customizable invoice management.
- [Benzinga](https://composio.dev/toolkits/benzinga) - Benzinga provides real-time financial news and data APIs for market coverage. It helps you track breaking news and actionable market insights instantly.
- [Brex](https://composio.dev/toolkits/brex) - Brex provides corporate credit cards and spend management tailored for startups and tech businesses. It helps optimize company cash flow, streamline accounting, and accelerate business growth.
- [Chaser](https://composio.dev/toolkits/chaser) - Chaser is accounts receivable automation software that sends invoice reminders and helps businesses get paid faster. It streamlines the collections process to save time and improve cash flow.
- [Clientary](https://composio.dev/toolkits/clientary) - Clientary is a platform for managing clients, invoices, projects, proposals, and more. It streamlines client work and saves you serious admin time.
- [Coinbase](https://composio.dev/toolkits/coinbase) - Coinbase is a platform for buying, selling, and storing cryptocurrency. It makes exchanging and managing crypto simple and secure for everyone.
- [Coinranking](https://composio.dev/toolkits/coinranking) - Coinranking is a comprehensive cryptocurrency market data platform offering access to real-time coin prices, market caps, and historical data. Get accurate, up-to-date stats for thousands of digital assets in one place.
- [Coupa](https://composio.dev/toolkits/coupa) - Coupa is a business spend management platform for procurement, invoicing, and expenses. It helps organizations streamline purchasing, control costs, and gain complete visibility over financial operations.
- [CurrencyScoop](https://composio.dev/toolkits/currencyscoop) - CurrencyScoop is a developer-friendly API for real-time and historical currency exchange rates. Easily access fiat and crypto data for smart, up-to-date financial applications.
- [Daffy](https://composio.dev/toolkits/daffy) - Daffy is a modern charitable giving platform with a donor-advised fund. Easily set aside funds, grow them tax-free, and donate to over 1.7 million U.S. charities.
- [Eagle doc](https://composio.dev/toolkits/eagle_doc) - Eagle doc is an AI-powered OCR API for invoices and receipts. It delivers fast, reliable, and accurate document data extraction for seamless automation.
- [Elorus](https://composio.dev/toolkits/elorus) - Elorus is an online invoicing and time-tracking software for freelancers and small businesses. Easily manage finances, bill clients, and track work in one place.
- [Eodhd apis](https://composio.dev/toolkits/eodhd_apis) - Eodhd apis delivers comprehensive financial data, including live and historical stock prices, via robust APIs. Easily access reliable, up-to-date market insights to power your apps, dashboards, and analytics.
- [Fidel api](https://composio.dev/toolkits/fidel_api) - Fidel api is a secure platform for linking payment cards to web and mobile apps. It enables real-time card transaction monitoring and event-based automation for businesses.
- [Finage](https://composio.dev/toolkits/finage) - Finage is a secure API platform delivering real-time and historical financial data for stocks, forex, crypto, indices, and commodities. It empowers developers and businesses to access, analyze, and act on market data instantly.
- [Finmei](https://composio.dev/toolkits/finmei) - Finmei is an invoicing tool that simplifies billing, invoice management, and expense tracking. Ideal for automating and organizing your business finances in one place.
- [Fixer](https://composio.dev/toolkits/fixer) - Fixer is a currency data API offering real-time and historical exchange rates for 170 currencies. Instantly access accurate, up-to-date forex data for your applications and workflows.
- [Fixer io](https://composio.dev/toolkits/fixer_io) - Fixer.io is a lightweight API for real-time and historical foreign exchange rates. It makes global currency conversion fast, accurate, and hassle-free.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Lexoffice MCP?

With a standalone Lexoffice MCP server, the agents and LLMs can only access a fixed set of Lexoffice tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Lexoffice and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Claude Cowork?

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Lexoffice tools.

### Can I manage the permissions and scopes for Lexoffice while using Tool Router?

Yes, absolutely. You can configure which Lexoffice scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Lexoffice data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
