Skip to content
Cline

Agent Spreadsheet MCP for Cline

io.github.psu3d0/agent-spreadsheet

Agent-safe Excel workbook analysis, editing, recalc, and verification tools.

client:Cline transport:stdio runtime:oci

Install Agent Spreadsheet MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "agent-spreadsheet": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Agent Spreadsheet MCP in other clients