Excel

Excel

Microsoft Excel is a powerful spreadsheet application for data analysis, calculations, and visualization, enabling users to organize and process data with formulas, charts, and pivot tables

66VIEWS
1USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app excelnpx @composio/cli add cursor --app excelnpx @composio/cli add cursor --app excelnpx @composio/cli add cursor --app excel

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Chart

Add a chart to a worksheet using microsoft graph api.

Add Sharepoint Worksheet

Add a new worksheet to a sharepoint excel workbook using microsoft graph sites api.

Add Table

Create a table in a workbook using microsoft graph api.

Add Table Column

Add a column to a table using microsoft graph api.

Add Table Row

Add a row to a table using microsoft graph api.

Add Workbook Permission

Tool to grant access to a workbook via invite. use when you need to share a specific workbook file with designated recipients and roles.

Add Worksheet

Add a new worksheet to an excel workbook using microsoft graph api.

Apply Table Filter

Apply a filter to a table column using microsoft graph api.

Apply Table Sort

Apply a sort to a table using microsoft graph api.

Clear Range

Tool to clear values, formats, or contents in a specified worksheet range. use when you need to reset cells before adding new data.

Clear Table Filter

Clear a filter from a table column using microsoft graph api.

Close Excel Session

Tool to close an existing excel workbook session. use when you need to explicitly end a persistent session to release workbook locks.

Convert Table To Range

Convert a table to a range using microsoft graph api.

Create Workbook

Tool to create a new workbook file at a specified drive path. use when uploading a new .xlsx file to onedrive.

Delete Table Column

Delete a column from a table using microsoft graph api.

Delete Table Row

Delete a row from a table using microsoft graph api.

Delete Worksheet

Tool to delete a worksheet from the workbook. use when cleaning up unused or temporary sheets after verifying no dependencies exist. example: "delete 'sheet2' after review."

Get Chart Axis

Tool to retrieve a specific axis from a chart. use when you need properties like min, max, interval, and formatting of the chart axis.

Get Chart Data Labels

Tool to retrieve the data labels object of a chart. use when you need to inspect label settings like position, separator, and visibility flags after creating or updating a chart.

Get Chart Legend

Tool to retrieve the legend object of a chart. use after creating or updating a chart when you need to inspect legend visibility and formatting.

20 actions available