Skip to main content
Glama

Excel MCP Server

create_workbook

Generate a new Excel workbook by specifying the file path, enabling users to create .xlsx files for data organization and analysis.

Instructions

新しいExcelワークブックを作成します

Input Schema

NameRequiredDescriptionDefault
filePathYes作成するExcelファイルの絶対パス(例: C:/Users/Username/Documents/report.xlsx)。ファイル拡張子は.xlsxである必要があります

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "作成するExcelファイルの絶対パス(例: C:/Users/Username/Documents/report.xlsx)。ファイル拡張子は.xlsxである必要があります", "type": "string" } }, "required": [ "filePath" ], "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