Excel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| apply_formulaC | Apply Excel formula to cell. Excel formula will write to cell with verification. |
| validate_formula_syntaxB | Validate Excel formula syntax without applying it. |
| format_rangeC | Apply formatting to a range of cells. |
| read_data_from_excelA | |
| write_data_to_excelB | |
| create_workbookC | Create new Excel workbook. |
| create_worksheetC | Create new worksheet in workbook. |
| create_chartC | Create chart in worksheet. |
| create_pivot_tableC | Create pivot table in worksheet. |
| create_tableB | Creates a native Excel table from a specified range of data. |
| copy_worksheetC | Copy worksheet within workbook. |
| delete_worksheetC | Delete worksheet from workbook. |
| rename_worksheetC | Rename worksheet in workbook. |
| get_workbook_metadataC | Get metadata about workbook including sheets, ranges, etc. |
| merge_cellsC | Merge a range of cells. |
| unmerge_cellsC | Unmerge a range of cells. |
| get_merged_cellsB | Get merged cells in a worksheet. |
| copy_rangeC | Copy a range of cells to another location. |
| delete_rangeB | Delete a range of cells and shift remaining cells. |
| validate_excel_rangeC | Validate if a range exists and is properly formatted. |
| get_data_validation_infoA | |
| insert_rowsB | Insert one or more rows starting at the specified row. |
| insert_columnsB | Insert one or more columns starting at the specified column. |
| delete_sheet_rowsC | Delete one or more rows starting at the specified row. |
| delete_sheet_columnsB | Delete one or more columns starting at the specified column. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/haris-musa/excel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server