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.
Quick Start
Clone the repository:
git clone https://github.com/PSU3D0/spreadsheet-mcpClaude Desktop configuration example:
{
"mcpServers": {
"spreadsheet-mcp": {
"command": "npx",
"args": [
"-y",
"PSU3D0/spreadsheet-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.