Mcp Office Excel
@dosev-ai
About Mcp Office Excel
Local-first MCP server for Microsoft Excel. 65 tools cover cell and range I/O, sheet management, styling, pivot tables, charts, conditional formatting, data validation, PDF export, and formula evaluation. File-based tools (openpyxl) run on Windows without Excel installed. COM-bac
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"excel": {
"command": "python",
"args": [
"-m",
"excelmcp.server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Office Excel?
Mcp Office Excel is a local-first MCP server for Microsoft Excel, part of the mcp‑office suite. It provides 65 tools for reading, writing, styling, and exporting Excel workbooks over stdio. The server is intended for developers who want to automate Excel tasks programmatically via the Model Context Protocol.
How to use Mcp Office Excel?
Install with pip install mcp-office-excel. Then configure your MCP client with { "mcpServers": { "excel": { "command": "python", "args": ["-m","excelmcp.server"] } } }. The server communicates over stdio and runs on your machine; no hosted tier is available.
Key features of Mcp Office Excel
- Cell and range input/output operations
- Sheet management (create, rename, delete, move)
- Styling (fonts, colors, borders, alignment)
- Pivot table creation and manipulation
- Chart creation and formatting
- Conditional formatting and data validation
- PDF export of worksheets
- Formula evaluation and recalculation
Use cases of Mcp Office Excel
- Automatically generate styled Excel reports from MCP‑enabled AI assistants.
- Perform bulk data transformations and formatting without opening Excel.
- Integrate Excel workbook operations into larger automation pipelines.
- Create and update pivot tables and charts from structured data feeds.
- Export worksheets as PDFs for distribution or archival.
FAQ from Mcp Office Excel
What dependencies does Mcp Office Excel require?
It requires Python 3.11+ and runs on Windows. Microsoft Excel (desktop version) is only needed for COM‑based tools (PDF export, recalculation, pivot tables, VBA); the file‑based tools (using openpyxl) work without Excel.
How does Mcp Office Excel differ from hosted cloud‑based Excel automation?
Mcp Office Excel is local‑first — all processing happens on your machine. There is no hosted or cloud tier, so your workbook data never leaves your environment.
What transport protocol does Mcp Office Excel use?
The server communicates over stdio, as is standard for MCP servers. No network transport or authentication is required.
Are there any known limitations?
The server offers 65 tools, but COM‑dependent features require a licensed copy of Microsoft Excel installed on the same Windows machine. The file‑based subset works without Excel.
Where does my workbook data live?
All data stays on your local filesystem. The server reads from and writes to Excel files on disk; it does not send data to any remote service.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments