Excel MCP Server
About
An MCP server that lets AI agents read and write Excel files. Supports creating and editing spreadsheets, reading and writing cell data, applying formulas and formatting — letting agents directly manipulate .xlsx files.
Our Verdict
Excel MCP Server brings productivity capabilities to the MCP ecosystem. Its GitHub popularity reflects community trust, and the standardized protocol ensures broad compatibility across AI clients.
Pricing
Use Cases
- Integrating productivity capabilities into AI agent workflows
- Building custom AI-powered tools with Excel MCP Server
- Enhancing AI agent functionality with standardized MCP access
Pros
- Excel MCP Server provides standardized MCP protocol access
- Open source with 4,084 GitHub stars
- Active development and community support
Cons
- Requires MCP-compatible client (Claude, Cursor, etc.)
- Setup complexity varies by client
- Some features may depend on client capabilities
Installation
npx -y excel-mcp-serverFrequently Asked Questions
What can Excel MCP do?
Lets AI agents directly manipulate Excel files: create new workbooks, read/write cell data, apply formulas and functions, set cell formatting (colors, fonts, borders), create charts, merge cells, sort and filter data. Say goodbye to manual Excel drudgery.
How do I install Excel MCP?
Run npx -y excel-mcp-server to start. Register it in Claude Code with claude mcp add excel -- npx -y excel-mcp-server, or paste into Cursor's MCP settings. Once running, your agent can read and write local Excel files.
Does Excel MCP support Chinese? Can it handle Chinese spreadsheets?
Fully supported. Excel MCP is built on the Node.js ExcelJS library, which natively supports Unicode including Chinese, Japanese, and other multi-byte characters. It can correctly read and write cells, formulas, and charts containing Chinese content.