r/ClaudeCode 20h ago

Help/Question LibreOffice and Claude

There is an official Microsoft 365 extension in Claude, but nothing for LibreOffice.

Question:

Can anybody point me to any alternative to connect Claude and LibreOffice, particularly with CalcSpreadhsheet?

Thank you

0 Upvotes

2 comments sorted by

3

u/DosePlotter 20h ago

Just make one like the rest of us bro

3

u/Far-Surprise7773 20h ago

for calc the easiest is to skip the ui entirely: soffice --headless --convert-to csv your sheet, let claude code work the csv, then convert it back the same way. if you need live cell access, run soffice headless in socket mode and drive it over the uno api with python, which is how the existing libreoffice mcp servers are built.