Skip to main content
Glama

Excel MCP Server

create_chart

Generate and insert charts in Excel worksheets. Specify filepath, sheet name, data range, chart type, and target cell to visualize data directly using the excel-mcp-server.

Instructions

Create chart in worksheet.

Input Schema

NameRequiredDescriptionDefault
chart_typeYes
data_rangeYes
filepathYes
sheet_nameYes
target_cellYes
titleNo
x_axisNo
y_axisNo

Input Schema (JSON Schema)

{ "properties": { "chart_type": { "title": "Chart Type", "type": "string" }, "data_range": { "title": "Data Range", "type": "string" }, "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "target_cell": { "title": "Target Cell", "type": "string" }, "title": { "default": "", "title": "Title", "type": "string" }, "x_axis": { "default": "", "title": "X Axis", "type": "string" }, "y_axis": { "default": "", "title": "Y Axis", "type": "string" } }, "required": [ "filepath", "sheet_name", "data_range", "chart_type", "target_cell" ], "title": "create_chartArguments", "type": "object" }

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