calcmcp

quantai-dev/calcmcp
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for Libreoffice Calc - Allows ai driven creation, reading, editing and styling spreadsheets through Calc.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "calcmcp": {
      "command": "uvx",
      "args": [
        "calcmcp"
      ]
    }
  }
}

Or install with pip: pip install calcmcp

README Excerpt

**MCP-A (Model Context Protocol Agent)** is an AI-native spreadsheet automation system built on the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/). It provides programmatic control over LibreOffice Calc via a UNO bridge, enabling AI agents to read, write, style, and manipulate spreadsheets with semantic understanding.

Tools (14)

CALCMCP_HEADLESSCALCMCP_HOSTCALCMCP_PORTget_cellget_rangeget_used_rangerange_addressset_cellset_column_widthset_number_formatset_rangeset_range_borderset_row_heightstyle_range