Skip to main content
Glama

Excel MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
create_workbook

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

open_workbook

既存のExcelワークブックを開いて情報を表示します

get_workbook_info

Excelワークブックの詳細情報を取得します(シート一覧、メタデータ等)

add_worksheet

既存のワークブックにワークシートを追加します

set_cell_value

指定されたセルに値を設定します

get_cell_value

指定されたセルの値を取得します

set_range_values

指定された範囲に2次元配列のデータを設定します

get_range_values

指定された範囲のデータを取得します

format_cell

セルの書式(フォント、塗りつぶし、罫線)を設定します

add_formula

セルに数式を追加します

find_data

ワークシート内で指定された値を検索します

export_to_csv

ワークシートをCSVファイルにエクスポートします

close_workbook

開いているExcelワークブックを閉じてメモリから解放します

list_open_workbooks

現在開いているExcelワークブックの一覧を表示します

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