Lexware Office MCP Server
Related Servers
Alternatives to Lexware Office MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceConnects to the Lexware Office API to provide read and write access to accounting data such as invoices, contacts, vouchers, and articles. Enables natural language queries and management operations through an MCP client.MIT
- AlicenseAqualityBmaintenanceMCP server for Lexware Office that enables querying and managing contacts, sales documents, vouchers, files, payments, and webhooks through a sandboxed two-tool interface (search/execute) with read-only-by-default write safety.2MIT
- AlicenseBqualityAmaintenanceMCP server for the Lexware Office API that enables management of invoices, contacts, articles, vouchers, and more through the Model Context Protocol.66298 npm6Functional Source , Version 1.1, MIT Future
- FlicenseBqualityDmaintenanceMCP server for DACH accounting automation. Connect AI assistants to sevDesk and Lexoffice — create invoices, manage contacts, handle bookings and vouchers for German-speaking businesses.1527 npm-
- FlicenseNot gradedqualityCmaintenanceEnables MCP clients to search and inspect an invoice ledger, generate VAT summaries, run OCR on local documents, and use reusable prompts for chasing overdue invoices and reconciling entries.-
- AlicenseBqualityAmaintenanceProvides a comprehensive MCP interface to the AbraFlexi ERP REST API, enabling management of invoices, contacts, products, bank transactions, and other evidence through natural language.682MIT
TDQS
Scored across 4 tools
The two match tools are distinct (bank CSV to vouchers vs. receipts to bank CSV) but share a similar 'match_*' prefix that could cause confusion. Search and execute are clearly separated for discovery vs. action, so overall boundaries are clear.
All tool names use lowercase snake_case with a clear verb prefix: match_bank_csv_to_vouchers, match_receipts_to_bank_csv, search, execute. The pattern is consistent and predictable.
With 4 tools, the server is well-scoped: two specialized matching helpers plus the essential search/execute pair for generic API access. No bloat and no obvious missing generic capability.
The generic execute tool wraps the entire Lexware API, covering any conceivable operation, while search provides full discovery. The two match tools cover specific reconciliation needs. Together they form a complete surface for the stated purpose.