Agent Spreadsheet MCP for VS Code
io.github.psu3d0/agent-spreadsheet
Agent-safe Excel workbook analysis, editing, recalc, and verification tools.
client:VS Code
transport:stdio
runtime:oci
Install Agent Spreadsheet MCP in VS Code
.vscode/mcp.json
{
"servers": {
"agent-spreadsheet": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs