Agent Spreadsheet MCP
Rank #855io.github.PSU3D0/agent-spreadsheet
Agent-safe Excel workbook analysis, editing, recalc, and verification tools.
Agent Spreadsheet MCP is a Model Context Protocol (MCP) server published by psu3d0. It ranks #855 of 132,046 servers tracked on MCP Toplist, and its repository has 57 GitHub stars. Agent Spreadsheet MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Sep 19, 2025 and most recently updated on Sep 9, 2026.
Ranks ahead of 131,191 of 132,046 servers on MCP Toplist.
Use Agent Spreadsheet MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-spreadsheet -- docker run -i --rm -v "{workbook_dir}:/data" ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full --workspace-root /data --transport stdio[mcp_servers.agent-spreadsheet]
command = "docker"
args = ["run", "-i", "--rm", "-v", "{workbook_dir}:/data", "ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full", "--workspace-root", "/data", "--transport", "stdio"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-spreadsheet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{workbook_dir}:/data",
"ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full",
"--workspace-root",
"/data",
"--transport",
"stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-spreadsheet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{workbook_dir}:/data",
"ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full",
"--workspace-root",
"/data",
"--transport",
"stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-spreadsheet": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{workbook_dir}:/data",
"ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full",
"--workspace-root",
"/data",
"--transport",
"stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-spreadsheet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{workbook_dir}:/data",
"ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full",
"--workspace-root",
"/data",
"--transport",
"stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-spreadsheet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{workbook_dir}:/data",
"ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full",
"--workspace-root",
"/data",
"--transport",
"stdio"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PSU3D0%2Fagent-spreadsheet)<a href="https://mcptoplist.com/server/io.github.PSU3D0%2Fagent-spreadsheet"><img src="https://mcptoplist.com/badge/io.github.PSU3D0%2Fagent-spreadsheet.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
psu3d0
Available versions (7)
| Version | Published |
|---|---|
| 0.16.0 | Sep 9, 2026 |
| 0.15.0 | Sep 2, 2026 |
| 0.14.0 | Aug 30, 2026 |
| 0.13.0 | Aug 29, 2026 |
| 0.11.1 | Jul 20, 2026 |
| 0.11.0 | Jul 20, 2026 |
| 0.10.1 | May 13, 2026 |
Frequently asked questions
- Who maintains Agent Spreadsheet MCP?
- Agent Spreadsheet MCP is maintained by psu3d0, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Agent Spreadsheet MCP listed on the Official MCP Registry?
- Yes — Agent Spreadsheet MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Agent Spreadsheet MCP have?
- MCP Toplist tracks 7 versions of Agent Spreadsheet MCP, most recently published on Sep 9, 2026.
- Where can I find the source code for Agent Spreadsheet MCP?
- The source code for Agent Spreadsheet MCP is hosted at github.com/psu3d0/spreadsheet-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.