Back to MCP Servers
Spreadsheet
High-performance, token-efficient spreadsheet analysis/editing (xlsx/xlsm) with region detection, structured reads, formula/style inspection, forking mechanics, and recalculation. Cross-platform.
developer-toolsperformance
By PSU3D0
Installation
npx -y spreadsheet-mcpConfiguration
{
"mcpServers": {
"spreadsheet-mcp": {
"command": "npx",
"args": ["-y", "spreadsheet-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes