-
securityA
license-
qualityA Model Context Protocol server that enables AI assistants to read from and write to Microsoft Excel files, supporting formats like xlsx, xlsm, xltx, and xltm.
Last updated -
7,163
191
Go
MIT License
Provides guidance for hosting the Excel MCP server remotely using Cloudflare, allowing AI agents to interact with Excel files through a cloud-based deployment.
Allows cloning and installation of the Excel MCP server from the GitHub repository, providing access to the codebase and documentation.
模型上下文协议 (MCP) 服务器,让您无需安装 Microsoft Excel 即可操作 Excel 文件。使用您的 AI 代理创建、读取和修改 Excel 工作簿。
启动服务器(默认端口8000):
自定义端口(例如 8080):
此服务器使用服务器发送事件 (SSE) 传输协议。针对不同的用例:
FASTMCP_PORT
:服务器端口(默认值:8000)EXCEL_FILES_PATH
:Excel 文件目录(默认值: ./excel_files
)该服务器提供了一套全面的 Excel 操作工具。查看TOOLS.md获取所有可用工具的完整文档。
MIT 许可证 - 详情请参阅许可证。