Agent-safe Excel workbook analysis, editing, recalc, and verification tools.
claude mcp add agent-spreadsheet -- docker run -i --rm ghcr.io/psu3d0/agent-spreadsheet:0.13.0-full
claude_desktop_config.json
{
"mcpServers": {
"agent-spreadsheet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/agent-spreadsheet:0.13.0-full"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-spreadsheet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/agent-spreadsheet:0.13.0-full"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-spreadsheet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/agent-spreadsheet:0.13.0-full"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-spreadsheet": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/agent-spreadsheet:0.13.0-full"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-spreadsheet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/psu3d0/agent-spreadsheet:0.13.0-full"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.PSU3D0--agent-spreadsheet/reviews or the review_server meta-tool.
POST /mcp