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