excel-mcp-server

excel-mcp-server

An MCP server for reading and writing MS Excel data.

MCPOfficeOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.0k
Source
mcp-github

Overview

The Excel MCP Server is a Model Context Protocol (MCP) server capable of reading and writing MS Excel data. It supports multiple file formats (such as xlsx, xlsm, etc.) and provides various tools to manipulate Excel files, including reading/writing text values, formulas, and creating new tables. Suitable for AI application scenarios requiring Excel data handling. After installation via NPM, configure the MCP server to use it. Ideal for developers needing to automate Excel file processing.

Capabilities

  • Read/write text values
  • Read/write formulas
  • Create new tables
  • Real-time editing (Windows only)
  • Capture screen images (Windows only)

Use cases

Automated data processingBatch report generationData analysis and organizationExcel file format conversion

Setup

Requires: Node.js 20.x 或更高版本
Install via NPM: `npx -y @smithery/cli install @negokaz/excel-mcp-server --client claude`

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

FAQ

What file formats are supported?

Supports xlsx, xlsm, xltx, and xltm formats.

Is real-time editing supported?

Real-time editing is only supported on Windows platforms.

Related skills