Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
EXCEL_MCP_PAGING_CELLS_LIMIT | No | The maximum number of cells to read in a single paging operation. | 4000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
excel_copy_sheet | Copy existing sheet to a new sheet |
excel_create_table | Create a table in the Excel sheet |
excel_describe_sheets | List all sheet information of specified Excel file |
excel_read_sheet | Read values from Excel sheet with pagination. |
excel_write_to_sheet | Write values to the Excel sheet |