← Back to Plugins
MCP Server MCP

xlsx-tools-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files

Homepage Verified source GitHub

Install

uvx xlsx-tools-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "xlsx-tools-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated alias=path pairs of workbooks to preload at startup",
          "format": "string",
          "name": "XLSX_MCP_FILES"
        },
        {
          "description": "Timeout in seconds for the LibreOffice recalculation pass (default 60)",
          "format": "string",
          "name": "XLSX_MCP_RECALC_TIMEOUT"
        },
        {
          "description": "Timeout in seconds to acquire the per-file lock (default 10)",
          "format": "string",
          "name": "XLSX_MCP_LOCK_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...