excel-mcp-server MCP Server
prizmPrograms/excel-mcp-server
Are you the maintainer of prizmPrograms/excel-mcp-server? Claim this listing →
Windows環境でExcel VBAを操作できるMCPサーバー
Add AgentRank to Claude Code Discover and compare tools like prizmPrograms/excel-mcp-server — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
prizmPrograms/excel-mcp-server is a PowerShell MCP server licensed under MIT. Windows環境でExcel VBAを操作できるMCPサーバー
Ranked #78 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
PowerShell MIT
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# Excel MCP Server Windows環境で起動中のExcelインスタンスに対して、VBAモジュールの追加・編集・実行を可能にするMCPサーバーです。 ## 機能 - **get_workbooks**: 現在起動しているExcelの全ワークブック一覧を取得 - **list_modules**: ワークブック内の全VBAモジュール一覧を取得 - **get_module_code**: 指定したモジュールのVBAコードを取得 - **add_module**: 新しいVBAモジュールを追加 - **edit_vba**: 既存のVBAモジュールのコードを編集 - **run_macro**: 指定したマクロを実行 - **get_sheet_names**: ワークブック内のシート名一覧を取得 - **get_range_values**: 指定した範囲のセル値を2次元配列で取得 - **get_cell_value**: 指定したセルの値・数式を取得 - **run_macro_safe**: エラーキャプチャ付きでマクロを実行(実行時エラー発生時にVBAErrorNumber、ErrorDescription、ErrorSourceを返すため、AIが具体的なエラー内容を認識して自律修正可能) - **read_immediate_window**: VBAイミディエイトウィンドウの内容を読み取り(Debug.Print出力の確認)⚠️ - **write_immediate_window**: VBAイミディエイトウィンドウで式を評価(変数値の確認やテストコード実行)⚠️ ### ⚠️ 注意が必要なツール 以下のツールはExcelウィンドウをアクティブにし、キーボード操作を送信するため、実行中は他の作業が中断される可能性があります。使用前にAIアシスタント(Copilot)が確認メッセージを表示します: - **read_immediate_window**: Excelウィンドウをアクティブにし、Ctrl+G、Ctrl+A、Ctrl+Cのキー操作を送信し、クリップボードを使用します - **write_immediate_window**: Excelウィンドウをアクティブにし、CtrRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.