Excel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_workbookA | 新しいExcelワークブックを作成します。注意: 作成されるワークブックは空でシートを含みません。データを操作する前にadd_worksheetツールでワークシートを追加する必要があります。 |
| get_workbook_infoC | Excelワークブックの詳細情報を取得します(シート一覧、メタデータ等) |
| add_worksheetC | 既存のワークブックにワークシートを追加します |
| set_cell_valueC | 指定されたセルに値を設定します |
| get_cell_valueC | 指定されたセルの値を取得します |
| set_range_valuesC | 指定された範囲に2次元配列のデータを設定します |
| get_range_valuesC | 指定された範囲のデータを取得します |
| format_cellC | セルの書式(フォント、塗りつぶし、罫線)を設定します |
| add_formulaC | セルに数式を追加します |
| find_dataC | ワークシート内で指定された値を検索します |
| export_to_csvC | ワークシートをCSVファイルにエクスポートします |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Each tool has a clearly distinct purpose targeting specific Excel operations: formula management, worksheet/creation, data export, search, formatting, value retrieval/setting, and workbook metadata. There is no overlap or ambiguity between tools like 'get_cell_value' vs 'get_range_values' or 'set_cell_value' vs 'set_range_values'.
All tools follow a consistent verb_noun naming pattern (e.g., 'add_formula', 'create_workbook', 'export_to_csv', 'format_cell', 'get_cell_value'). The pattern is uniformly applied across all 11 tools with no deviations in style or convention.
With 11 tools, this server is well-scoped for Excel operations, covering workbook/worksheet management, data manipulation, formatting, export, and search. Each tool earns its place without feeling excessive or insufficient for the domain.
The toolset provides strong coverage for core Excel workflows: creation, data CRUD (get/set cell/range), formatting, formulas, export, and search. Minor gaps include lack of tools for deleting worksheets or workbooks, and advanced features like charts or pivot tables, but agents can work around these with the available tools.