1.0.5npm · excel-mcp · current release
Observed 2026-08-21T20:20:18.321Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
read_excel读取并理解一个 Excel 或 CSV 文件(包含表名/文件名、表头和前 10 行数据)Input schema{
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": ".xlsx 或 .csv 文件的路径"
},
"sheetName": {
"type": "string",
"description": "Excel 工作表名称,默认为第一个工作表"
}
},
"required": [
"filePath"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |