MCP server for spreadsheet analysis and editing. Slim, token-efficient tool surface designed for LLM agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spreadsheet-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"spreadsheet-mcp"
]
}
}
}
Run in terminal:
claude mcp add spreadsheet-mcp cargo run -- spreadsheet-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"spreadsheet-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"spreadsheet-mcp"
]
}
}
}