mcp-lexware-office (Clone, DEPRECATED)

Deprecated seit 2026-05-18. Ersetzt durch mcp-lexware — sauberer Python-Eigenbau mit Read und Write-CRUD. Konsistenz mit dem restlichen MCP-Stack (FastMCP v2, Python). Code bleibt im Mono-Repo fuer Referenz, wird nicht weiter gepflegt.

Migration in Claude Code: claude mcp remove lexware-office && claude mcp add lexware --transport http http://127.0.0.1:8774/mcp

Lokaler Clone unter ~/source/mcps/mcp-lexware-office/. Kein Fork — wir clonen, lokal gebaut.

Quelle

JannikWempe/mcp-lexware-office — TypeScript, MIT-License, Version 0.2.0.

Tool-Anzahl

8 read-only Tools: get-invoices, get-invoice-details, get-vouchers, get-voucher-details, get-contacts, get-file, list-posting-categories, list-countries.

Build

cd ~/source/mcps/mcp-lexware-office
npm install
npm run build
# liefert build/index.js

Upstream-Update

cd ~/source/mcps/mcp-lexware-office
git pull origin main
npm install && npm run build
# Claude Code neu starten

Kein Fork — git pull reicht.

Setup

Siehe lexware — API-Key-Generation, Troubleshooting.