Back to directory
zhiwei5576/excel-mcp-server

zhiwei5576/excel-mcp-server

@zhiwei5576

Excel文件处理服务器,基于Model Context Protocol,提供读取、写入和分析Excel文件的功能

excelmcpdata-processingspreadsheetxlsxtypescriptmicroservicetool

Installation & Configuration

{
  "mcpServers": {
    "excel": {
      "command": "npx",
      "args": [
        "--yes",
        "@zhiweixu/excel-mcp-server"
      ],
      "env": {
        "LOG_PATH": "[可选:日志存储路径]",
        "CACHE_MAX_AGE": "1",
        "CACHE_CLEANUP_INTERVAL": "4",
        "LOG_RETENTION_DAYS": "7",
        "LOG_CLEANUP_INTERVAL": "24"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15