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

评论

其他 分类下的更多 MCP 服务器