spreadsheet-kit MCP for Cursor
io.github.psu3d0/spreadsheet-mcp
Agent-safe Excel workbook analysis, editing, recalc, and verification tools.
client:Cursor
transport:stdio
runtime:oci
Install spreadsheet-kit MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spreadsheet-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/spreadsheet-mcp:0.11.1-full"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs