mcp-excel mcp

v1.0.2 · MCP Tool · documents · registry.pascalai.org

Excel (.xlsx) operations: list sheets, read full sheet, read a cell range, write data to a sheet.

excelxlsxspreadsheettabledatalinux

Input Parameters

ParameterTypeDescription
operationrequired string Operation to perform. One of: list_sheets, read_sheet, read_range, write_sheet.
filePathrequired string Path to the Excel (.xlsx) file.
sheetoptional string Sheet name. Default: first sheet.
rangeoptional string Cell range in A1 notation (e.g. "A1:D10").
dataoptional array[any] Rows to write (array of arrays).
hasHeaderoptional boolean Treat first row as header. Default: true.
maxRowsoptional integer Max rows to return. Default: 1000.

Output Fields

FieldTypeDescription
No output fields defined

Examples

No examples available.

Install & Discovery

Install

ppm install mcp-excel

Get JSON Schema

GET /v1/packages/mcp-excel/1.0.2/schema

Discover by keyword

GET /v1/mcp/discover?q=excel
Discovery hint: Install with ppm install mcp-excel or invoke remotely via POST /v1/invoke/mcp-excel on the MCP Service.