ExcelReadMCP
Enables reading and searching Excel files through GitHub Copilot Chat, providing tools to access workbook metadata, sheet contents, and perform text searches across spreadsheets.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ExcelReadMCPshow me the first 10 rows from the Sales sheet in C:\Reports\Q1.xlsx"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ExcelReadMCP
ExcelReadMCP は、Cursor や GitHub Copilot などの Model Context Protocol 対応クライアントから Excel ファイルを読み取るための専用サーバーです。読み込み・検索に特化しており、書き込みや整形系の操作は提供しません。
提供ツール
ツール名 | 説明 |
| ワークブックのメタ情報(シート数、シート名、ファイルサイズなど)を返します。 |
| 指定シート(または先頭シート)の内容をレコード配列として返します。 |
| 全シートを読み込み、シートごとのデータと処理状況を返します。 |
| ファイル概要と各シートのサンプル行を返します。 |
| ワークブック全体(または指定シート)から文字列を検索します。 |
重要: すべてのツールで
file_pathには 絶対パス を指定してください。相対パスを渡すとエラーになります。
共通セットアップ
cd <path-to-ExcelReadMCP>
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt実行例: フォルダを
C:\Projects\ExcelReadMCPに展開した場合は、cd C:\Projects\ExcelReadMCP→python -m venv .venv→.\.venv\Scripts\Activate.ps1→pip install -r requirements.txtの順で PowerShell から実行します。
補足: MCP ライブラリとして公式の
mcpパッケージ(現在の安定版は 1.18.0)を利用しているため、requirements.txtではそのバージョン以上を指定しています。
Cursor でのセットアップ
mcp_config.jsonを開き、<path-to-ExcelReadMCP>を実際の絶対パスに置き換えます。その内容を Cursor が参照する MCP 設定ファイル(例:
%USERPROFILE%\.cursor\mcp.json)へ追記します。Cursor を再起動し、Settings > Features > MCP に
excel-read-mcpが表示されることを確認します。Composer(
Ctrl+I)で「C:\path\to\workbook.xlsxのシート一覧を取得して」などと指示し、ツールが利用できることを確認します。
GitHub Copilot でのセットアップ
mcp_config.jsonを開き、<path-to-ExcelReadMCP>を実際の絶対パスに置き換えます。Windows の場合は
%APPDATA%\GitHub Copilot\mcp.jsonを編集し、excel-read-toolsの設定を追記します(ファイルが無い場合は新規作成してください)。VS Code を再起動し、Copilot Chat のツール一覧に
excel-read-toolsが表示されることを確認します。Copilot Chat に「
C:\path\to\workbook.xlsxの内容を確認して」などと指示し、ツールの応答をテストします。
サーバーの起動
cd <path-to-ExcelReadMCP>
start_mcp_server.bat仮想環境が存在する場合は .venv の Python、存在しない場合はシステムの python が使用されます。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/OgumaruSuisan/ExcelReadMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server