Mcp Office Excel
@dosev-ai
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"excel": {
"command": "python",
"args": [
"-m",
"excelmcp.server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论