Excel MCP Server
NormalDescription
Model Context Protocol server for Excel file manipulation, enabling AI agents to read, create and modify spreadsheets
Key Features
- Create, read, update, and manage Excel workbooks and worksheets without Microsoft Excel installed
- Full data manipulation: formulas, formatting, charts, pivot tables, and Excel table operations
- Data validation for ranges, formulas, and data integrity with conditional formatting support
- Triple transport support: stdio, SSE (deprecated), and streamable HTTP for local and remote use
- Remote deployment via streamable HTTP with configurable EXCEL_FILES_PATH and FASTMCP_PORT
Use Cases
Categories
Quick Start
uvx excel-mcp-server stdio. For remote: EXCEL_FILES_PATH=/path/to/files uvx excel-mcp-server streamable-http. Add to Claude Desktop config: {"mcpServers": {"excel": {"command": "uvx", "args": ["excel-mcp-server", "stdio"]}}.