Skip to main content
Developer ToolsRust

PSU3D0/spreadsheet-mcp

High-performance, token-efficient spreadsheet analysis/editing (xlsx/xlsm) with region detection, structured reads, formula/style inspection, forking mechanics, and recalculation. Cross-platform.

developer-toolslocal-servicewindows
Share:

Quick Start

Clone the repository:

git clone https://github.com/PSU3D0/spreadsheet-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "spreadsheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "PSU3D0/spreadsheet-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Rust
Author
PSU3D0