haris-musa/excel-mcp-server
GitHub 仓库 中按Star排名第 340 / 共 783
A Model Context Protocol server for Excel file manipulation
项目介绍
A Model Context Protocol (MCP) server that lets you manipulate Excel files without needing Microsoft Excel installed. Create, read, and modify Excel workbooks with your AI agent.
When running the server with the SSE or Streamable HTTP protocols, you must set the EXCELFILESPATH environment variable on the server side. This variable tells the server where to read and write Excel files.
You can also set the FASTMCPPORT environment variable to control the port the server listens on (default is 8017 if not set).
When using the stdio protocol, the file path is provided with each tool call, so you do not need to set EXCELFILESPATH on the server. The server will use the path sent by the client…
最新指标
| Star | 4.0k | 2026-07-16 |
|---|---|---|
| Fork | 446 | 2026-07-16 |
| 提交 | 46 | 2026-07-16 |
| 发布 | 8 | 2026-07-16 |
| Watcher | 22 | 2026-07-16 |
| 开放 issue | 50 | 2026-07-16 |
| 开放 PR | 17 | 2026-07-16 |