Excel MCP ServerServer

negokaz
GitHub
ExcelData ManagementFile Systems

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that reads and writes MS Excel data.

📝 JSON Entries

{
  "mcpServers": [
    {
      "excel": {
        "env": {
          "EXCEL_MCP_PAGING_CELLS_LIMIT": "4000"
        },
        "args": [
          "/c",
          "npx",
          "--yes",
          "@negokaz/excel-mcp-server"
        ],
        "command": "cmd"
      }
    }
  ]
}

🛠️ Tools

Node.js 20.x or higherSmithery

Features

  • Read/Write text values
  • Read/Write formulas
  • Create new sheets
  • Live editing (Windows only)
  • Capture screenshot of a sheet (Windows only)

💬 Example Queries

  • List all sheet information from the specified Excel file.
  • Read values from an Excel sheet with pagination.
  • Take a screenshot of the Excel sheet.