excel-mcp-server

excel-mcp-server

Operate Excel files via MCP protocol without installing Microsoft Excel.

MCPOfficeOpen sourceExcelMCP数据处理
Type
MCP
Open source
Yes
GitHub Stars
★ 4.0k
Source
mcp-github

Overview

excel-mcp-server is a Model Context Protocol (MCP) server that enables AI agents to create, read, and modify Excel workbooks. It supports various Excel operations, including data processing, chart generation, and formatting. This tool is ideal for scenarios requiring automation of Excel tasks, such as data analysis and report generation. It can be accessed via stdio, SSE (deprecated), or HTTP transport protocols. Suitable for developers and enterprises needing efficient handling of Excel files.

Capabilities

  • Create, read, and update workbooks
  • Data processing and formula calculation
  • Chart and pivot table generation
  • Formatting and conditional formatting
  • Table operations and management

Use cases

Automated generation of financial reportsBatch processing data and generating chartsDynamic creation and updating of pivot tablesAutomated formatting and conditional formatting

Setup

Requires: Node环境API Key
Start the local service with the command `uvx excel-mcp-server stdio`, or configure environment variables and use `uvx excel-mcp-server streamable-http` to start a remote service.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to set the file path?

When using SSE or HTTP transport, set the `EXCEL_FILES_PATH` environment variable.

What transport protocols are supported?

Supports stdio, SSE (deprecated), and streamable HTTP.

Related skills