← Back to Plugins
MCP Server MCP

io.github.marekrost/mcp-server-spreadsheet

github By github 👁 1 views ▲ 0 votes

MCP server for spreadsheet files (.xlsx, .csv, .ods) - cell-level ops + DuckDB SQL engine.

Homepage Verified source GitHub

Install

uvx mcp-server-spreadsheet

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-spreadsheet",
      "version": "0.3.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Absolute path to a directory; all tool path arguments are restricted to this tree. Unset = no restriction.",
          "name": "MCP_SPREADSHEET_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...