excel-live-mac
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| excel_list_workbooksA | List all currently open workbooks in Excel. Shows name, path, and sheet count. |
| excel_get_sheet_namesA | Get all sheet names from an open workbook. |
| excel_read_rangeA | Read a range from an open workbook. Returns cell values as a 2D array. |
| excel_write_rangeB | Write a 2D array of data to a range in an open workbook. Changes appear immediately in Excel. |
| excel_write_cellA | Write a single value to a specific cell. Change appears immediately. |
| excel_read_cellB | Read the value of a single cell. |
| excel_open_workbookB | Open a workbook file in Excel. Launches Excel if not running. |
| excel_save_workbookB | Save the specified (or active) workbook. |
| excel_run_macroB | Run a VBA macro in the active workbook. Macro must already exist in the workbook. |
| excel_get_selectionB | Get info about the currently selected range in Excel (address, values, sheet). |
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
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/dcol3/excel-live-mac'
If you have feedback or need assistance with the MCP directory API, please join our Discord server