Loading MCP server directory, please wait...
Agent-safe Excel workbook analysis, editing, recalc, and verification tools.
npx @getmcp/cli add io.github.PSU3D0/spreadsheet-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.PSU3D0/spreadsheet-mcp": {
"command": "docker",
"args": [
"-i",
"--rm",
"-v",
"{workbook_dir}:/data",
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/spreadsheet-mcp:full-full",
"/data",
"stdio"
]
}
}
}