libre-mcp

krondor-corp/libre-mcp
★ 0 stars Python Code/Dev Tools Updated today
stdio MCP server for controlling LibreOffice (Writer & Calc) over UNO — macOS & Linux
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "libre-mcp": {
      "command": "uvx",
      "args": [
        "libre-mcp"
      ]
    }
  }
}

Or install with pip: pip install libre-mcp

README Excerpt

A stdio [MCP](https://modelcontextprotocol.io) server for controlling **LibreOffice** (Writer and Calc) from Claude Code and other MCP clients, over the UNO automation API. macOS and Linux. Two processes, both Python: Full docs: **[libre-mcp.krondor.org](https://libre-mcp.krondor.org)**. ``` Claude Code ──stdio JSON-RPC──▶ libre-mcp server (uv, Python >=3.12, mcp SDK)

Tools (7)

LIBRE_MCP_KEEP_PROFILELIBRE_MCP_LOG_LEVELLIBRE_MCP_PROFILE_DIRLIBRE_MCP_PYTHON_PATHLIBRE_MCP_SOFFICE_PATHLIBRE_MCP_STARTUP_TIMEOUTdoc_id