Skip to main content
Glama

Excel MCP Server

add_formula

Insert formulas into specified Excel cells to automate calculations. Input file path, sheet name, cell location, and formula to enhance spreadsheet functionality.

Instructions

セルに数式を追加します

Input Schema

NameRequiredDescriptionDefault
cellYesセル位置(例: A1)
filePathYesExcelファイルのパス
formulaYes数式(=SUM(A1:A10)など、=で始まる)
sheetNameYesワークシート名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cell": { "description": "セル位置(例: A1)", "type": "string" }, "filePath": { "description": "Excelファイルのパス", "type": "string" }, "formula": { "description": "数式(=SUM(A1:A10)など、=で始まる)", "type": "string" }, "sheetName": { "description": "ワークシート名", "type": "string" } }, "required": [ "filePath", "sheetName", "cell", "formula" ], "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/SuperPyonchiX/excel_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server