Enables interaction with LibreOffice documents (Writer, Calc, Impress, Draw) via MCP, supporting document management, data analysis, and database operations using the OooDev library.
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, and legacy formats through LibreOffice bridge.
Extract specific cell ranges from LibreOffice spreadsheets as structured JSON or markdown tables. Retrieve data efficiently by specifying ranges like A1:D10 instead of loading entire sheets.
Extract document metadata including title, author, page count, word count, format, file size, and dates to understand document structure before reading content.
Extract document structure to understand content organization before reading text. Get headings hierarchy for Writer, sheet names for Calc, or slide titles for Impress presentations.
Extract text content from LibreOffice documents as Markdown for AI processing. Supports pagination and character limits to handle large files efficiently.
Open document files to prepare them for editing or analysis. Supports multiple formats including DOCX, XLSX, PPTX, PDF, and legacy formats through automatic conversion.
Extract formula expressions from a spreadsheet range to analyze calculations without computed values, using LibreOffice MCP Tools for document processing.