microapple-sheet

walter-flowo/microapple-sheet
★ 0 stars Python Data/Analytics Updated today
Rule-0-safe Excel MCP server — engine-routed (never drops cached formulas), AppleScript live bridge for instant in-Excel editing (macOS), audit_hardcoded gate. MIT.
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": {
    "microapple-sheet": {
      "command": "uvx",
      "args": [
        "microapple-sheet"
      ]
    }
  }
}

Or install with pip: pip install microapple-sheet

README Excerpt

**The only Excel MCP server that won't corrupt your workbook.** Most Excel MCP servers use openpyxl for everything. That silently drops every cached formula value the moment it saves — your `=SUM(...)` cells come back as 0 in Excel. MicroApple Sheet routes each write through the correct engine automatically, and is the only implementation with a proven Rule-0-safe path for

Tools (20)

excel_audit_hardcodedexcel_check_automationexcel_config_getexcel_config_setexcel_convertexcel_createexcel_define_nameexcel_formatexcel_infoexcel_is_openexcel_list_namesexcel_list_sheetsexcel_live_formulaexcel_live_readexcel_live_setexcel_openexcel_pingexcel_readexcel_read_tableexcel_recalc

Topics

applescriptclaudeexcelmcpmodel-context-protocolopenpyxlspreadsheetxlsx
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →