MCP.so
ログイン

Excel MCP Server

@MCP-Mirror

Excel MCP Server について

Mirror of

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "haris-musa_excel-mcp-server": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-e",
        "."
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Excel MCP Server?

A Model Context Protocol (MCP) server that lets you manipulate Excel files without needing Microsoft Excel installed. It allows AI agents to create, read, and modify Excel workbooks.

How to use Excel MCP Server?

Clone the repository and install with uv pip install -e .. Start the server with uv run excel-mcp-server (default port 8000). Configure the EXCEL_FILES_PATH environment variable to specify where Excel files are stored.

Key features of Excel MCP Server

  • Create and modify Excel workbooks
  • Read and write data
  • Apply formatting and styles
  • Create charts and visualizations
  • Generate pivot tables
  • Manage worksheets and ranges

Use cases of Excel MCP Server

  • Creating and modifying Excel workbooks without Excel installed
  • Reading and writing data in spreadsheets via an AI agent
  • Applying formatting and styles to cells automatically
  • Generating charts and pivot tables on demand
  • Managing worksheets and named ranges programmatically

FAQ from Excel MCP Server

コメント

「その他」の他のコンテンツ