Excel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | |
Latest Blog Posts
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